Skip to content

Instantly share code, notes, and snippets.

@trainspotter-rhld
Last active January 29, 2022 10:22
Show Gist options
  • Save trainspotter-rhld/9b62bca5b20c377b28032d1f6d9caaed to your computer and use it in GitHub Desktop.
Save trainspotter-rhld/9b62bca5b20c377b28032d1f6d9caaed to your computer and use it in GitHub Desktop.
hover
a , li {
color: rgb(224, 224, 224);
transition: color 0.1s ease-out 10ms
}
a:hover {
color: rgb(129, 129, 129);
}
@trainspotter-rhld
Copy link
Author

A hover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment