Lighten navbar items on hover

This commit is contained in:
Jake Howard 2022-06-26 17:23:58 +01:00
parent 7676cf7166
commit 1a30ce54ff
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,5 +1,6 @@
.navbar-item {
&:hover {
background-color: black !important;
color: $grey-light !important;
}
}