Skip to content

Instantly share code, notes, and snippets.

@arguiot
Created March 19, 2017 07:53
Show Gist options
  • Save arguiot/b914c090609e0f96147b6cbc31ed5dc7 to your computer and use it in GitHub Desktop.
Save arguiot/b914c090609e0f96147b6cbc31ed5dc7 to your computer and use it in GitHub Desktop.
Night Mode CSS
//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