revert heatmap color changes in favor of accessible theme
This commit is contained in:
parent
424a76145d
commit
6e1a33b744
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue