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
1 changed files with 1 additions and 0 deletions

View File

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