Lighten navbar items on hover
This commit is contained in:
parent
7676cf7166
commit
1a30ce54ff
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
.navbar-item {
|
.navbar-item {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: black !important;
|
background-color: black !important;
|
||||||
|
color: $grey-light !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue