From 1aaff46f8e96e9d9203ee51df8aaa060d8ba4d41 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 8 Sep 2015 10:24:20 +0930 Subject: [PATCH] Increase text contrast slightly --- less/lib/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/lib/variables.less b/less/lib/variables.less index 53c8b35fa..bbca8b077 100755 --- a/less/lib/variables.less +++ b/less/lib/variables.less @@ -24,10 +24,10 @@ @secondary-color: @config-secondary-color; @body-bg: #fff; - @text-color: #333; + @text-color: #111; @link-color: saturate(@primary-color, 10%); @heading-color: @text-color; - @muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 63%); + @muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 60%); @muted-more-color: #aaa; @shadow-color: rgba(0, 0, 0, 0.35);