Style hovered over navbar links to be dark on light headers

This commit is contained in:
benjamin melançon 2018-12-26 23:31:31 -05:00
parent 7ba05a00e0
commit 13372f50f7

View file

@ -247,6 +247,16 @@ a.navbar-link:focus,
background-color: $white;
}
.light-header {
a.navbar-item:hover,
a.navbar-link:hover,
a.navbar-item:focus,
a.navbar-link:focus {
color: $white;
background-color: $dark;
}
}
.navbar-link, .navbar-item {
.navbar-item.is-active::before {
display: none;