/* Loaded only by the homepage and collection indexes. */
@media (prefers-color-scheme: dark) {
  :root,
  body {
    color-scheme: dark;
    color: #f2f3f4;
    background: #666666;
  }

  .gallery .muted,
  .gallery .card p {
    color: inherit;
  }

  .gallery-footer {
    border-color: currentColor;
  }

  .gallery a:focus-visible {
    outline-color: currentColor;
  }
}
