/* Match pkgdown's code styling, but only in light mode. Setting these
   unconditionally would override the dark theme's `pre`/`code` colours and
   leave light syntax highlighting on a light background. */
:root:not([data-bs-theme="dark"]) pre,
:root:not([data-bs-theme="dark"]) code {
  background-color: #f8f8f8;
  color: #333;
}

.page-header img.logo {
  width: 80px;
}

/* The README carries its own logo for GitHub; pkgdown already puts one in the
   page header, so hide the duplicate on the site. */
main#main img#readme-logo {
  display: none;
}
