diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index 87276fa955a..ba80703aea3 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: scale-color($tertiary, $lightness: 40%) !important; + color: scale-color(#0088cc, $lightness: 40%) !important; } .coldmap-med { - color: $tertiary !important; + color: #0088cc !important; } .coldmap-low { - color: scale-color($tertiary, $lightness: -10%) !important; + color: scale-color(#0088cc, $lightness: -10%) !important; } .heatmap-high { - color: scale-color($danger, $lightness: 30%) !important; + color: scale-color(#e45735, $lightness: 30%) !important; } .heatmap-med { - color: $danger !important; + color: #e45735 !important; } .heatmap-low { - color: darken($danger, 10%) !important; + color: darken(#e45735, 10%) !important; } #loading-message { position: absolute;