Skip to content

Instantly share code, notes, and snippets.

@Diviei
Last active October 9, 2020 12:28
Show Gist options
  • Save Diviei/43171bdaf76c38d653ff67d250270066 to your computer and use it in GitHub Desktop.
Save Diviei/43171bdaf76c38d653ff67d250270066 to your computer and use it in GitHub Desktop.
Dark theme for dummies
html {
filter: invert(1) hue-rotate(180deg) brightness(1.0) contrast(1);
}
img {
filter: invert(1) hue-rotate(180deg);
}
@Diviei
Copy link
Author

Diviei commented Oct 9, 2020

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment