try grey instead of blue for coldmap range

This commit is contained in:
Jeff Atwood 2014-08-14 16:42:25 -07:00
parent c2c256cdd9
commit e539e6ff21
1 changed files with 3 additions and 3 deletions

View File

@ -48,13 +48,13 @@ body {
}
.coldmap-high {
color: scale-color(#0088cc, $lightness: -10%) !important;
color: #DDDDDD !important;
}
.coldmap-med {
color: #0088cc !important;
color: #BFBFBF !important;
}
.coldmap-low {
color: scale-color(#0088cc, $lightness: 40%) !important;
color: #AAAAAA !important;
}
.heatmap-high {
color: darken(#e45735, 10%) !important;