Created
February 10, 2018 11:54
-
-
Save buckle2000/f24cb53b02b480c968200b4710561873 to your computer and use it in GitHub Desktop.
Unobtrusive link styling
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[href^="#"] { | |
text-decoration: none; | |
color: black; | |
background-color: green; | |
background: url(term.png) no-repeat bottom right; | |
} | |
a[href^="#"]:hover { | |
text-decoration: underline; | |
background: none; | |
color: blue; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unobtrusive link styling
So elegant!
That
term.png
is a small dash.http://yaml.org/spec/1.2/term.png