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.
This commit is contained in:
Kane York 2020-04-07 18:32:18 -07:00 committed by Kane York
parent abdc10ae70
commit 3b7ba8ec99
1 changed files with 4 additions and 3 deletions

View File

@ -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 {