Created
March 19, 2017 07:53
-
-
Save arguiot/b914c090609e0f96147b6cbc31ed5dc7 to your computer and use it in GitHub Desktop.
Night Mode CSS
This file contains hidden or 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
//Create a Night version of any website | |
body { zoom: 100%; } * { background: #111111 !important; color: #ABABAB !important; } :link, :link * { color: #DBDBDC !important } :visited, :visited * { color: #5B5B5B !important } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment