Use a darker orange color for selected menu

This commit is contained in:
Jean-Baptiste Bellet
2022-11-24 15:17:12 +01:00
parent 56ce4ab04f
commit 5cab0f7f3d

View File

@@ -50,7 +50,7 @@
li a:hover, li.selected a {
text-shadow: 1px 1px 9px $v2-orange;
background-color: $v2-orange-lighter;
background-color: lighten($v2-orange-light, 7%);
&:after {
display: none;