6 lines
108 B
SCSS
6 lines
108 B
SCSS
.navbar-item {
|
|
&:hover {
|
|
background-color: black !important;
|
|
color: $grey-light !important;
|
|
}
|
|
}
|