Skip to content

Instantly share code, notes, and snippets.

@Hexodus
Created March 30, 2016 17:57
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 Hexodus/9ef0aa92f3b53b236e2f4497db4f9a1c to your computer and use it in GitHub Desktop.
Save Hexodus/9ef0aa92f3b53b236e2f4497db4f9a1c to your computer and use it in GitHub Desktop.
Invert a bright website to be a dark one.
/* CSS Document */
html {
-webkit-filter: invert(100%) hue-rotate(270deg) brightness(100%) contrast(100%);
background: #222;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment