we have two sets of heatmap colors, apparently
This commit is contained in:
parent
c32f64fe94
commit
f8cb0b6452
|
@ -48,7 +48,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.coldmap-high {
|
.coldmap-high {
|
||||||
color: #91E6FF !important;
|
color: #91DCFF !important;
|
||||||
}
|
}
|
||||||
.coldmap-med {
|
.coldmap-med {
|
||||||
color: #91C8FF !important;
|
color: #91C8FF !important;
|
||||||
|
|
|
@ -225,12 +225,12 @@ a:hover.reply-new {
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heatmap-high {color: scale-color($danger, $lightness: 20%) !important;}
|
.heatmap-high {color: #fe7a15 !important;}
|
||||||
.heatmap-med {color: $danger !important;}
|
.heatmap-med {color: #cf7721 !important;}
|
||||||
.heatmap-low {color: scale-color($danger, $lightness: -20%) !important;}
|
.heatmap-low {color: #9b764f !important;}
|
||||||
.heatmap-high a {color: scale-color($danger, $lightness: 20%) !important;}
|
.heatmap-high a {color: #fe7a15 !important;}
|
||||||
.heatmap-med a {color: $danger !important;}
|
.heatmap-med a {color: #cf7721 !important;}
|
||||||
.heatmap-low a {color: scale-color($danger, $lightness: -20%) !important;}
|
.heatmap-low a {color: #9b764f !important;}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue