Skip to content

Commit

Permalink
CSS: Improve sidebar contrast
Browse files Browse the repository at this point in the history
refs #4720

(cherry picked from commit f215497)
  • Loading branch information
flourish86 authored and nilmerg committed Apr 5, 2022
1 parent a76881f commit 1524632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@
--menu-flyout-bg-color: #F5F9FA;
--tab-hover-bg-color: fade(#F5F9FA, 50%);

--menu-color: #676767;
--menu-color: #535353;
--menu-bg-color: #DEECF1;
--menu-hover-bg-color: darken(#DEECF1, 10%);
--menu-search-hover-bg-color: darken(#DEECF1, 10%);
--menu-active-bg-color: #EDF7FC;
--menu-active-hover-bg-color: darken(#EDF7FC, 20%);
--menu-highlight-hover-bg-color: darken(#EDF7FC, 20%);
--menu-2ndlvl-color: #7E8182;
--menu-2ndlvl-color: #676767;

--text-color: #535353;
--text-color-light: fade(#535353, 75%);
Expand Down

0 comments on commit 1524632

Please sign in to comment.