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;}