Skip to content

Instantly share code, notes, and snippets.

@Pseric
Created October 29, 2018 08:58
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