Skip to content

Instantly share code, notes, and snippets.

@filiptronicek
Created June 24, 2020 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filiptronicek/dd26fd6ece0443f8e6d06d6c0aab3e35 to your computer and use it in GitHub Desktop.
Save filiptronicek/dd26fd6ece0443f8e6d06d6c0aab3e35 to your computer and use it in GitHub Desktop.
Mannoviny Darkmode (WIP)
@media (prefers-color-scheme: dark) {
header, .site-title a {
background: #2a2a2e !important;
color: white !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment