revert heatmap color changes in favor of accessible theme

This commit is contained in:
Jeff Atwood 2020-04-16 11:14:25 -07:00 committed by GitHub
parent 424a76145d
commit 6e1a33b744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -212,15 +212,15 @@
.heatmap-high, .heatmap-high,
.heatmap-high a { .heatmap-high a {
color: #ec7213 !important; color: #fe7a15 !important;
} }
.heatmap-med, .heatmap-med,
.heatmap-med a { .heatmap-med a {
color: #b06318 !important; color: #cf7721 !important;
} }
.heatmap-low, .heatmap-low,
.heatmap-low a { .heatmap-low a {
color: #93704a !important; color: #9b764f !important;
} }
.topic-list .heatmap-high { .topic-list .heatmap-high {