Skip to content

Instantly share code, notes, and snippets.

@hybridknight
Created September 2, 2016 18:40
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 hybridknight/87b04935fc3b2b6531121f801855fdbc to your computer and use it in GitHub Desktop.
Save hybridknight/87b04935fc3b2b6531121f801855fdbc to your computer and use it in GitHub Desktop.
Turn website to grayscale
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment