only do two levels of coldmapping

This commit is contained in:
Jeff Atwood 2014-08-14 22:27:10 -07:00
parent f8cb0b6452
commit c04b7cfe8a
1 changed files with 3 additions and 3 deletions

View File

@ -48,13 +48,13 @@ body {
}
.coldmap-high {
color: #91DCFF !important;
color: #91CDF5 !important;
}
.coldmap-med {
color: #91C8FF !important;
color: #91CDF5 !important;
}
.coldmap-low {
color: #91AFDC !important;
color: #91AFD2 !important;
}
.heatmap-high {
color: #fe7a15 !important;