Last active
August 29, 2015 14:26
-
-
Save aviogreen/fa9d36c49794d305bd6d 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 { | |
position: relative; | |
text-decoration: none; | |
&:after { | |
position: absolute; | |
width: 100%; | |
bottom: 0.2em; | |
border-bottom: 1px solid lighten(@text-color, 20%); | |
content: ""; | |
left: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment