Skip to content

Instantly share code, notes, and snippets.

@Pseric
Created October 29, 2018 09:01
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 Pseric/f40c06a07b0a58f50217a81f1dc97bc0 to your computer and use it in GitHub Desktop.
Save Pseric/f40c06a07b0a58f50217a81f1dc97bc0 to your computer and use it in GitHub Desktop.
<style>
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment