Skip to content

Instantly share code, notes, and snippets.

@janwirth
Last active August 16, 2017 12:51
Show Gist options
  • Save janwirth/23edc77b3181e4e8bb53cc88f2a4901c to your computer and use it in GitHub Desktop.
Save janwirth/23edc77b3181e4e8bb53cc88f2a4901c to your computer and use it in GitHub Desktop.
.ghx-done {
opacity: .4;
transition: .3s;
}
.ghx-done:hover {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment