Last active
August 24, 2016 08:01
-
-
Save linmic/53652bf1453863016980757d7d19e50f to your computer and use it in GitHub Desktop.
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:link { | |
display: inline-block; | |
text-decoration: none; | |
margin: 0 3px; | |
border-bottom: 2px solid #a21f23; | |
&:hover { | |
background-color: #a21f23; | |
color: #fff; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment