Skip to content

Instantly share code, notes, and snippets.

@Patronics
Created October 6, 2021 07:18
Show Gist options
  • Save Patronics/8a4bf18a86599c583e116b40c135aa4e to your computer and use it in GitHub Desktop.
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.
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