Reverse, rather than reiterate, nav links on hover

This commit is contained in:
benjamin melançon 2018-11-11 22:41:43 -05:00
parent dc6b38e888
commit bb927e654a

View file

@ -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 {