Created
June 16, 2019 02:37
-
-
Save a9/8c97eee1d2a90319ef417ab39d9f8f38 to your computer and use it in GitHub Desktop.
chrome prefers-color-scheme dark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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