From 58d7be95c165c9b99cd991a530a28d06f31d8249 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 4 Jun 2016 18:10:22 +0930 Subject: [PATCH] Increase muted text contrast --- less/lib/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/lib/variables.less b/less/lib/variables.less index f3d102db0..501e52372 100755 --- a/less/lib/variables.less +++ b/less/lib/variables.less @@ -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);