Skip to content

Instantly share code, notes, and snippets.

@linmic
Last active August 24, 2016 08:01
Show Gist options
  • Save linmic/53652bf1453863016980757d7d19e50f to your computer and use it in GitHub Desktop.
Save linmic/53652bf1453863016980757d7d19e50f to your computer and use it in GitHub Desktop.
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