Skip to content

Instantly share code, notes, and snippets.

@hungtcs
Created February 2, 2024 02:34
Show Gist options
  • Save hungtcs/06f7c962ed09c9220c5c9c8d053b6ec2 to your computer and use it in GitHub Desktop.
Save hungtcs/06f7c962ed09c9220c5c9c8d053b6ec2 to your computer and use it in GitHub Desktop.
Change any site to dark mode
/* https://github.com/openstyles/stylus/ */
html {
filter: invert(1) hue-rotate(180deg);
color-scheme: dark;
}
html img{
filter: invert(1) hue-rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment