website/static/src/scss/_navbar.scss

7 lines
108 B
SCSS
Raw Normal View History

2022-06-12 17:21:46 +01:00
.navbar-item {
&:hover {
background-color: black !important;
2022-06-26 17:23:58 +01:00
color: $grey-light !important;
2022-06-12 17:21:46 +01:00
}
}