only do two levels of coldmapping
This commit is contained in:
parent
f8cb0b6452
commit
c04b7cfe8a
|
@ -48,13 +48,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.coldmap-high {
|
.coldmap-high {
|
||||||
color: #91DCFF !important;
|
color: #91CDF5 !important;
|
||||||
}
|
}
|
||||||
.coldmap-med {
|
.coldmap-med {
|
||||||
color: #91C8FF !important;
|
color: #91CDF5 !important;
|
||||||
}
|
}
|
||||||
.coldmap-low {
|
.coldmap-low {
|
||||||
color: #91AFDC !important;
|
color: #91AFD2 !important;
|
||||||
}
|
}
|
||||||
.heatmap-high {
|
.heatmap-high {
|
||||||
color: #fe7a15 !important;
|
color: #fe7a15 !important;
|
||||||
|
|
Loading…
Reference in New Issue