website/static/src/scss/_navbar.scss

9 lines
138 B
SCSS
Raw Normal View History

2022-06-12 17:21:46 +01:00
.navbar-item {
2022-07-04 20:40:50 +01:00
font-family: $family-code;
2022-06-12 17:21:46 +01:00
&: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
}
}