From e539e6ff21270d79fde2fec28ff6021c6e07dfe4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 14 Aug 2014 16:42:25 -0700 Subject: [PATCH] try grey instead of blue for coldmap range --- app/assets/stylesheets/common/base/discourse.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index 997a5642922..5ce46447d87 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -48,13 +48,13 @@ body { } .coldmap-high { - color: scale-color(#0088cc, $lightness: -10%) !important; + color: #DDDDDD !important; } .coldmap-med { - color: #0088cc !important; + color: #BFBFBF !important; } .coldmap-low { - color: scale-color(#0088cc, $lightness: 40%) !important; + color: #AAAAAA !important; } .heatmap-high { color: darken(#e45735, 10%) !important;