Skip to content

Instantly share code, notes, and snippets.

@siriokun
Created October 9, 2017 09:30
Show Gist options
  • Save siriokun/f7954a45235dec1eb5f1ac39fda37525 to your computer and use it in GitHub Desktop.
Save siriokun/f7954a45235dec1eb5f1ac39fda37525 to your computer and use it in GitHub Desktop.
img {
filter: sepia(1) hue-rotate(200deg) opacity(.85) brightness(.85);
transition: .4s;
}
img:hover {
filter: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment