From f8cb0b6452948d8e43e6b88dd8d8ecf58b50d094 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 14 Aug 2014 21:55:17 -0700 Subject: [PATCH] we have two sets of heatmap colors, apparently --- app/assets/stylesheets/common/base/discourse.scss | 2 +- app/assets/stylesheets/desktop/topic.scss | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index 4dac36a269d..7082faf8d7d 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -48,7 +48,7 @@ body { } .coldmap-high { - color: #91E6FF !important; + color: #91DCFF !important; } .coldmap-med { color: #91C8FF !important; diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index 8fb602b2509..4edabbde490 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -225,12 +225,12 @@ a:hover.reply-new { padding-bottom: 15px; } -.heatmap-high {color: scale-color($danger, $lightness: 20%) !important;} -.heatmap-med {color: $danger !important;} -.heatmap-low {color: scale-color($danger, $lightness: -20%) !important;} -.heatmap-high a {color: scale-color($danger, $lightness: 20%) !important;} -.heatmap-med a {color: $danger !important;} -.heatmap-low a {color: scale-color($danger, $lightness: -20%) !important;} +.heatmap-high {color: #fe7a15 !important;} +.heatmap-med {color: #cf7721 !important;} +.heatmap-low {color: #9b764f !important;} +.heatmap-high a {color: #fe7a15 !important;} +.heatmap-med a {color: #cf7721 !important;} +.heatmap-low a {color: #9b764f !important;}