8 lines
138 B
SCSS
8 lines
138 B
SCSS
.navbar-item {
|
|
font-family: $family-code;
|
|
|
|
&:hover {
|
|
background-color: black !important;
|
|
color: $grey-light !important;
|
|
}
|
|
}
|