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 {