CSS: Use correct inverted text color for light theme

This commit is contained in:
Florian Strohmaier 2021-06-15 16:25:49 +02:00 committed by Johannes Meyer
parent 86d8b4501b
commit 5b43e358fd

View File

@ -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,