anchor text-decoration

This commit is contained in:
Lorin Werthen 2016-07-06 11:11:39 +02:00
parent eef138d991
commit 2e9f1903ad

View file

@ -15,7 +15,7 @@ $navbar-border-color: #CCC;
display: inline-block;
color: black;
a:hover, a:visited, a:link, a:active {
a, a:hover, a:visited, a:link, a:active {
text-decoration: none;
}