we have two sets of heatmap colors, apparently

This commit is contained in:
Jeff Atwood 2014-08-14 21:55:17 -07:00
parent c32f64fe94
commit f8cb0b6452
2 changed files with 7 additions and 7 deletions

View File

@ -48,7 +48,7 @@ body {
}
.coldmap-high {
color: #91E6FF !important;
color: #91DCFF !important;
}
.coldmap-med {
color: #91C8FF !important;

View File

@ -225,12 +225,12 @@ a:hover.reply-new {
padding-bottom: 15px;
}
.heatmap-high {color: scale-color($danger, $lightness: 20%) !important;}
.heatmap-med {color: $danger !important;}
.heatmap-low {color: scale-color($danger, $lightness: -20%) !important;}
.heatmap-high a {color: scale-color($danger, $lightness: 20%) !important;}
.heatmap-med a {color: $danger !important;}
.heatmap-low a {color: scale-color($danger, $lightness: -20%) !important;}
.heatmap-high {color: #fe7a15 !important;}
.heatmap-med {color: #cf7721 !important;}
.heatmap-low {color: #9b764f !important;}
.heatmap-high a {color: #fe7a15 !important;}
.heatmap-med a {color: #cf7721 !important;}
.heatmap-low a {color: #9b764f !important;}