From 6e1a33b744ee94bad083f842d10ebe046d1939c0 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 16 Apr 2020 11:14:25 -0700 Subject: [PATCH] revert heatmap color changes in favor of accessible theme --- app/assets/stylesheets/common/base/_topic-list.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 61134465774..5b9cff00763 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -212,15 +212,15 @@ .heatmap-high, .heatmap-high a { - color: #ec7213 !important; + color: #fe7a15 !important; } .heatmap-med, .heatmap-med a { - color: #b06318 !important; + color: #cf7721 !important; } .heatmap-low, .heatmap-low a { - color: #93704a !important; + color: #9b764f !important; } .topic-list .heatmap-high {