/* Keep the dark lettering of the existing logo readable in dark mode. */
:root.dark .site-logo {
  box-sizing: content-box;
  padding: 0.35rem 0.55rem;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.94);
}
