Skip to content

Commit

Permalink
Change navbar links hover transition to red
Browse files Browse the repository at this point in the history
  • Loading branch information
jleung51 committed Jul 28, 2019
1 parent 1639c2f commit e128b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
font-size: 1em;
color: grey;
}

.navbar-nav a:hover {
color: #d32029 !important;
}

0 comments on commit e128b1a

Please sign in to comment.