Skip to content

Instantly share code, notes, and snippets.

@mediaupstream
Created August 3, 2017 22:26
Show Gist options
  • Save mediaupstream/877881aaacf408d9592906f36724ad57 to your computer and use it in GitHub Desktop.
Save mediaupstream/877881aaacf408d9592906f36724ad57 to your computer and use it in GitHub Desktop.
body.night-mode {
-webkit-filter: invert(100%) hue-rotate(30deg) contrast(70%) brightness(80%);
filter: invert(100%) hue-rotate(30deg) contrast(70%) brightness(80%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment