Skip to content

Instantly share code, notes, and snippets.

@darkash
Last active January 18, 2021 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkash/4404ea1b7db3ec303442fe0b2676e73a to your computer and use it in GitHub Desktop.
Save darkash/4404ea1b7db3ec303442fe0b2676e73a to your computer and use it in GitHub Desktop.
silvertongue dark mode stylish
/*
enable on URLs starting with: https://silveredtongue.wordpress.com
*/
.post-template-default, .page-template-default, .home {
filter: invert(1) hue-rotate(180deg);
}
.custom-header {
filter: invert(1) hue-rotate(180deg);
}
figure {
filter: invert(1) hue-rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment