From 9277fca0ecdd359fbac90575dcaa1d3de87a13bf Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 4 Sep 2015 12:19:20 +0930 Subject: [PATCH] Slightly darken light grey text --- 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 78f9f508a..53c8b35fa 100755 --- a/less/lib/variables.less +++ b/less/lib/variables.less @@ -28,7 +28,7 @@ @link-color: saturate(@primary-color, 10%); @heading-color: @text-color; @muted-color: hsl(@secondary-hue, min(25%, @secondary-sat), 63%); - @muted-more-color: #bbb; + @muted-more-color: #aaa; @shadow-color: rgba(0, 0, 0, 0.35); @control-bg: hsl(@secondary-hue, min(50%, @secondary-sat), 93%);