high-contrast.less: Adjust `#menu` styles

This commit is contained in:
Florian Strohmaier 2021-04-28 16:43:53 +02:00 committed by Johannes Meyer
parent 652591ee96
commit b73acda227
1 changed files with 11 additions and 1 deletions

View File

@ -35,8 +35,18 @@
}
}
#menu ul.nav-level-1 > .nav-item.active > a,
#menu .nav-level-1 > .nav-item.active:not(.selected) > a:hover {
color: @text-color;
background-color: @white;
}
#menu .nav-level-2 > .nav-item.active {
background-color: black;
background-color: @white;
a {
color: @text-color;
}
> a:focus, > a:hover {
opacity: 1;