Replace yellow menu highlight with blue color

This commit is contained in:
Basti 2021-02-01 22:49:42 +01:00
parent 4fbfaadb44
commit 14caefe2d1
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -47,7 +47,7 @@
&.active { &.active {
color: $text-color-body; color: $text-color-body;
border-bottom: 2px solid #ffd000; border-bottom: 2px solid #4ea2df;
} }
} }
} }