more betterer heat/coldmap color scheme
This commit is contained in:
parent
465c2a2ba8
commit
c32f64fe94
|
@ -48,22 +48,22 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.coldmap-high {
|
.coldmap-high {
|
||||||
color: #DDDDDD !important;
|
color: #91E6FF !important;
|
||||||
}
|
}
|
||||||
.coldmap-med {
|
.coldmap-med {
|
||||||
color: #BFBFBF !important;
|
color: #91C8FF !important;
|
||||||
}
|
}
|
||||||
.coldmap-low {
|
.coldmap-low {
|
||||||
color: #AAAAAA !important;
|
color: #91AFDC !important;
|
||||||
}
|
}
|
||||||
.heatmap-high {
|
.heatmap-high {
|
||||||
color: darken(#e45735, 10%) !important;
|
color: #fe7a15 !important;
|
||||||
}
|
}
|
||||||
.heatmap-med {
|
.heatmap-med {
|
||||||
color: #e45735 !important;
|
color: #cf7721 !important;
|
||||||
}
|
}
|
||||||
.heatmap-low {
|
.heatmap-low {
|
||||||
color: scale-color(#e45735, $lightness: 30%) !important;
|
color: #9b764f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading-message {
|
#loading-message {
|
||||||
|
|
Loading…
Reference in New Issue