From 3b7ba8ec9987e740d08413a26518af6167eb23ae Mon Sep 17 00:00:00 2001 From: Kane York Date: Tue, 7 Apr 2020 18:32:18 -0700 Subject: [PATCH] FIX: WCAG-AA compliant topic list heatmap colors Color #ec7213: 3.0, Bold - AA Large Pass Color #b06318: 4.50, Normal - AA Pass Color #93704a: 4.51, Normal - AA Pass Used the Chrome Inspector color picker curves to preserve the hue and make minimally invasive changes to the coloring. --- app/assets/stylesheets/common/base/_topic-list.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {