From 27556fea38c4d4ffb58e44929ec0b5e96f8fa6b7 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 3 Jun 2016 14:51:00 +0930 Subject: [PATCH] Increase text contrast in dark mode --- less/lib/variables.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/lib/variables.less b/less/lib/variables.less index 4c3941849..f3d102db0 100755 --- a/less/lib/variables.less +++ b/less/lib/variables.less @@ -46,11 +46,11 @@ @secondary-color: @config-secondary-color; @body-bg: hsl(@secondary-hue, min(20%, @secondary-sat), 10%); - @text-color: #ccc; + @text-color: #ddd; @link-color: saturate(@primary-color, 10%); @heading-color: @text-color; - @muted-color: hsl(@secondary-hue, min(20%, @secondary-sat), 35%); - @muted-more-color: hsl(@secondary-hue, min(10%, @secondary-sat), 25%); + @muted-color: hsl(@secondary-hue, min(15%, @secondary-sat), 50%); + @muted-more-color: hsl(@secondary-hue, min(10%, @secondary-sat), 40%); @shadow-color: rgba(0, 0, 0, 0.5); @control-bg: hsl(@secondary-hue, min(20%, @secondary-sat), 13%);