added hover color to top bar links
This commit is contained in:
parent
f46c78d680
commit
e8fcefc8bb
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue