From b73acda22721d94fefa85730c38c81fb3f64dd39 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Wed, 28 Apr 2021 16:43:53 +0200 Subject: [PATCH] high-contrast.less: Adjust `#menu` styles --- public/css/themes/high-contrast.less | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index b7c2b16ef..a3f89d3ac 100644 --- a/public/css/themes/high-contrast.less +++ b/public/css/themes/high-contrast.less @@ -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;