base.less: Make menu nav-level-2 hover better visible

This commit is contained in:
Sukhwinder Dhillon 2023-06-14 10:00:30 +02:00 committed by Johannes Meyer
parent 357398cecd
commit 09b9d7401c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
@menu-highlight-color: @icinga-blue;
@menu-highlight-hover-bg-color: @icinga-blue-dark;
@menu-2ndlvl-color: #c4c4c4;
@menu-2ndlvl-highlight-bg-color: @tr-hover-color;
@menu-2ndlvl-highlight-bg-color: fade(@icinga-blue, 10);
@menu-2ndlvl-active-bg-color: @menu-highlight-color;
@menu-2ndlvl-active-color: @text-color-inverted;
@menu-2ndlvl-active-hover-bg-color: darken(@menu-2ndlvl-active-bg-color, 5%);