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