added hover color to top bar links

This commit is contained in:
bill bittner 2017-10-10 12:14:36 -07:00
parent f46c78d680
commit e8fcefc8bb

View file

@ -388,6 +388,10 @@ table {
.nav-bar-link {
border-bottom: 2px solid white;
}
.nav-bar-link:hover {
color: dodgerblue;
}
.nav-bar-link--active {
color: #1e90ff;
border-bottom: 2px solid #1e90ff;