Created
October 6, 2021 07:18
-
-
Save Patronics/8a4bf18a86599c583e116b40c135aa4e to your computer and use it in GitHub Desktop.
a simple stylesheet to set in your browser to force some webpages into a dark theme.
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
body{ | |
/*Specifically avoids pure white and black to enable slight legibility | |
if the background color is overriden but the text is not, or vice versa. | |
*/ | |
background-color:#111111 !important; | |
color:#eeeeee !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment