Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created May 4, 2020 18:28
Show Gist options
  • Save gladchinda/7e31a56fbbe4697da06f48534f591765 to your computer and use it in GitHub Desktop.
Save gladchinda/7e31a56fbbe4697da06f48534f591765 to your computer and use it in GitHub Desktop.
body {color: #333; background: #fff;}
/* Set dark mode styles */
@media (prefers-color-scheme: dark) {
body {color: #fff; background: #333;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment