website/static/src/scss/_navbar.scss

9 lines
138 B
SCSS

.navbar-item {
font-family: $family-code;
&:hover {
background-color: black !important;
color: $grey-light !important;
}
}