Last active
January 29, 2022 10:22
-
-
Save trainspotter-rhld/9b62bca5b20c377b28032d1f6d9caaed to your computer and use it in GitHub Desktop.
hover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a , li { | |
color: rgb(224, 224, 224); | |
transition: color 0.1s ease-out 10ms | |
} | |
a:hover { | |
color: rgb(129, 129, 129); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A hover