Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Last active June 6, 2020 11:18
Show Gist options
  • Save yuraloginoff/548c4f930d5208f85d65 to your computer and use it in GitHub Desktop.
Save yuraloginoff/548c4f930d5208f85d65 to your computer and use it in GitHub Desktop.
#css: grayscale
.grayscale {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment