diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 42506504463..61134465774 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -213,7 +213,6 @@ .heatmap-high, .heatmap-high a { color: #ec7213 !important; - font-weight: bold; } .heatmap-med, .heatmap-med a { @@ -224,6 +223,10 @@ color: #93704a !important; } +.topic-list .heatmap-high { + font-weight: bold; +} + .loading .topic-list { border: 0; box-shadow: none;