website/static/src/scss/_navbar.scss

9 lines
113 B
SCSS
Raw Normal View History

.navbar-item.home-link,
.navbar-item.navbar-icon {
color: $grey-lighter;
2022-07-04 20:40:50 +01:00
2022-06-12 17:21:46 +01:00
&:hover {
color: $white;
2022-06-12 17:21:46 +01:00
}
}