website/static/src/scss/_navbar.scss

6 lines
73 B
SCSS
Raw Normal View History

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