Skip to content

Commit

Permalink
Increase muted text contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jun 4, 2016
1 parent feffe53 commit 58d7be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/lib/variables.less
Expand Up @@ -27,7 +27,7 @@
@text-color: #111;
@link-color: saturate(@primary-color, 10%);
@heading-color: @text-color;
@muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 55%);
@muted-color: hsl(@secondary-hue, min(20%, @secondary-sat), 50%);
@muted-more-color: #aaa;
@shadow-color: rgba(0, 0, 0, 0.35);

Expand Down

0 comments on commit 58d7be9

Please sign in to comment.