Reverse, rather than reiterate, nav links on hover
This commit is contained in:
parent
dc6b38e888
commit
bb927e654a
1 changed files with 2 additions and 2 deletions
|
@ -203,8 +203,8 @@ a.navbar-link.is-active {
|
|||
|
||||
a.navbar-item:hover,
|
||||
a.navbar-link:hover {
|
||||
color: $white;
|
||||
background-color: $dark;
|
||||
color: $dark;
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
.navbar-link, .navbar-item {
|
||||
|
|
Loading…
Reference in a new issue