/* Keep the browser's preferred text size on small screens too. */
html {
  font-size: 100%;
}

main article {
  max-width: 70ch;
}

.meta {
  color: var(--text-1);
}

/* Preserve Apollo's appearance with semantic page and listing headings. */
.page-header {
  font-weight: normal;
}

.page-header::before {
  content: none;
}

.post-header .title {
  margin: 0;
  font-weight: normal;
}

.post-header .title::before {
  content: "# ";
}

.post-header .title a {
  border-bottom: none;
}

nav .right-nav #dark-mode-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

#dark-mode-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
