Style hovered over navbar links to be dark on light headers
This commit is contained in:
parent
7ba05a00e0
commit
13372f50f7
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue