Skip to content

Commit

Permalink
high-contrast.less: Adjust menu adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jul 12, 2021
1 parent bf78da0 commit 1ec9d74
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions public/css/themes/high-contrast.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,18 @@
@text-color-light: #555555;

@menu-highlight-color: white;
@menu-highlight-hover-bg-color: white;
@menu-2ndlvl-color: white;
@menu-2ndlvl-highlight-color: white;
@menu-2ndlvl-active-hover-color: @text-color;
@menu-2ndlvl-active-bg-color: black;
@menu-2ndlvl-active-hover-color: white;

#menu ul.nav-level-1 > .nav-item > a {
&:focus, &:hover {
text-decoration: underline;
}
}

#menu .nav-level-2 > .nav-item.active {
background-color: black;

> a:focus, > a:hover {
opacity: 1;
}
}

#menu .nav-level-2 > .nav-item > a {
&:hover, &:focus {
text-decoration: underline;
Expand Down

0 comments on commit 1ec9d74

Please sign in to comment.