Skip to content

Instantly share code, notes, and snippets.

@Pseric
Created October 29, 2018 08:58
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/357b98080529911d3c4a4f28410185d3 to your computer and use it in GitHub Desktop.
Save Pseric/357b98080529911d3c4a4f28410185d3 to your computer and use it in GitHub Desktop.
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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment