Increase text contrast

closes #390
This commit is contained in:
Toby Zerner
2015-09-14 15:16:19 +09:30
parent 8eda6c7d36
commit ff8ec59310
2 changed files with 8 additions and 2 deletions

View File

@ -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), 60%);
@muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 55%);
@muted-more-color: #aaa;
@shadow-color: rgba(0, 0, 0, 0.35);