Skip to content

Commit

Permalink
Adjust inverted text color opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Apr 6, 2015
1 parent 75973bb commit 8aa2338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/default/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8aa2338

Please sign in to comment.