Skip to content

Instantly share code, notes, and snippets.

@a9
Created June 16, 2019 02:37
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 a9/8c97eee1d2a90319ef417ab39d9f8f38 to your computer and use it in GitHub Desktop.
Save a9/8c97eee1d2a90319ef417ab39d9f8f38 to your computer and use it in GitHub Desktop.
chrome prefers-color-scheme dark
@media (prefers-color-scheme: dark) {
body {
color: white;
background-color: black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment