mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Use correct inverted text color for light theme
This commit is contained in:
parent
86d8b4501b
commit
5b43e358fd
@ -9,7 +9,6 @@
|
||||
@gray-lightest: #F7F7F7;
|
||||
|
||||
@text-color: #535353;
|
||||
@text-color-inverted: @text-color;
|
||||
|
||||
@body-bg-color: #F5F9FA;
|
||||
@menu-bg-color: #DEECF1;
|
||||
@ -20,8 +19,7 @@
|
||||
@menu-2ndlvl-color: #7E8182;
|
||||
|
||||
@low-sat-blue: #DEECF1;
|
||||
|
||||
@low-sat-blue-dark: #c0cccd; // #434374;
|
||||
@low-sat-blue-dark: #c0cccd;
|
||||
|
||||
#header-logo,
|
||||
#mobile-menu-logo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user