Tweaking styling of header links

Fixes #5
This commit is contained in:
Jeff Avallone 2015-02-11 20:06:01 -05:00
parent 1170a1be76
commit bd40a71ece

View File

@ -102,7 +102,11 @@ header {
}
a {
@include unstyled-link;
text-decoration: inherit;
&:active, &:focus {
text-decoration: underline;
}
}
}