diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 2ac61a44871..42506504463 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -212,15 +212,16 @@ .heatmap-high, .heatmap-high a { - color: #fe7a15 !important; + color: #ec7213 !important; + font-weight: bold; } .heatmap-med, .heatmap-med a { - color: #cf7721 !important; + color: #b06318 !important; } .heatmap-low, .heatmap-low a { - color: #9b764f !important; + color: #93704a !important; } .loading .topic-list {