Skip to content

Instantly share code, notes, and snippets.

@iba-cmsteam
Created April 19, 2017 14:08
Show Gist options
  • Select an option

  • Save iba-cmsteam/f8d96e77b8fee4f505272618496870d4 to your computer and use it in GitHub Desktop.

Select an option

Save iba-cmsteam/f8d96e77b8fee4f505272618496870d4 to your computer and use it in GitHub Desktop.
CSS.monotone.color.css
.filtered {
background: yellow;
position: relative;
}
.filtered img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment