turn off all link hover underlines

This commit is contained in:
Brenda Wallace
2019-06-14 15:22:53 +12:00
parent c5988ded4e
commit 6d18400a8b

View File

@@ -20,6 +20,7 @@ a {
a:hover {
color: $white;
background-color: $green;
text-decoration: none;
}
span.badge {