-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add proper color for a:hover code #170
Conversation
@@ -30,6 +30,8 @@ a:active | |||
a:hover | |||
color #fff | |||
background-color $node-green | |||
code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A little nit picking, but separating the ordinary a:hover
styling from the code
element style improves readability IMO.
ATM this results in a stylus parser error as you forgot to add color
before the hex below 😸
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh my bad ! Achievement Unlocked, mess-up simple CSS fix
@phillipj I guess I can't mess it up anymore 🙈 let's merge it |
add proper color for a:hover code
Thanks! |
Fix for #168
becomes