Minor CSS for navbar brand to not decorate the link

This commit is contained in:
Maxime Beauchemin 2016-03-26 18:10:40 -07:00
parent 49747150ae
commit a898c27403

View File

@ -76,6 +76,7 @@ form div {
} }
.navbar-brand a:hover { .navbar-brand a:hover {
color: white; color: white;
text-decoration: none;
} }
.header span { .header span {