Tweak the dropdown menu hover and active colours

This commit is contained in:
Andy Allan 2020-01-29 17:49:41 +01:00
parent b97d2d98ae
commit 404024f621

View file

@ -278,6 +278,15 @@ nav.secondary {
}
}
nav.primary, nav.secondary {
.dropdown-item {
&:hover, &:active {
background-color: $green;
color: white;
}
}
}
#compact-secondary-nav {
display: none;
}