From 6af2d9986250371de33fed848a3ba971867a4fe1 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 23 Jun 2016 13:17:53 +0200 Subject: [PATCH] style(light-theme): make text-color-weak a little bit darker otherwise its not possible to see which queries are disabled in the query editor --- public/sass/_variables.light.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/_variables.light.scss b/public/sass/_variables.light.scss index 90262a3134c..bb38579ce2d 100644 --- a/public/sass/_variables.light.scss +++ b/public/sass/_variables.light.scss @@ -60,7 +60,7 @@ $page-bg: $white; $body-color: $gray-1; $text-color: $gray-1; $text-color-strong: $white; -$text-color-weak: $gray-1; +$text-color-weak: $gray-2; $text-color-faint: $gray-3; $text-color-emphasis: $dark-5;