Browse Source

Adjust inverted text color opacity

pull/2092/head
jlukic 9 years ago
parent
commit
8aa233821f
1 changed files with 2 additions and 2 deletions
  1. 4
      src/themes/default/globals/site.variables

4
src/themes/default/globals/site.variables

@ -332,8 +332,8 @@
@selectedTextColor : rgba(0, 0, 0, 0.9);
@disabledTextColor : rgba(0, 0, 0, 0.2);
@invertedTextColor : rgba(255, 255, 255, 1);
@invertedLightTextColor : rgba(255, 255, 255, 0.8);
@invertedTextColor : rgba(255, 255, 255, 0.8);
@invertedLightTextColor : rgba(255, 255, 255, 0.7);
@invertedUnselectedTextColor : rgba(255, 255, 255, 0.5);
@invertedHoveredTextColor : rgba(255, 255, 255, 1);
@invertedPressedTextColor : rgba(255, 255, 255, 1);

Loading…
Cancel
Save