From c32f64fe94ee8348d8bbde79a1e843b8686478ee Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 14 Aug 2014 21:36:28 -0700 Subject: [PATCH] more betterer heat/coldmap color scheme --- app/assets/stylesheets/common/base/discourse.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index 5ce46447d87..4dac36a269d 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -48,22 +48,22 @@ body { } .coldmap-high { - color: #DDDDDD !important; + color: #91E6FF !important; } .coldmap-med { - color: #BFBFBF !important; + color: #91C8FF !important; } .coldmap-low { - color: #AAAAAA !important; + color: #91AFDC !important; } .heatmap-high { - color: darken(#e45735, 10%) !important; + color: #fe7a15 !important; } .heatmap-med { - color: #e45735 !important; + color: #cf7721 !important; } .heatmap-low { - color: scale-color(#e45735, $lightness: 30%) !important; + color: #9b764f !important; } #loading-message {