Adjust color to orange when selected or hover

This commit is contained in:
Jean-Baptiste Bellet
2023-06-07 16:05:41 +02:00
parent d51786ac9e
commit ba98039e95

View File

@@ -87,6 +87,7 @@ nav.menu {
}
&:hover {
color: $color-5 !important;
&:after {
content: "";
position: absolute;
@@ -151,6 +152,7 @@ nav.menu {
&.selected a,
a:hover {
color: $color-5;
&:after {
content: "";
position: absolute;