FIX: Heatmaps for posts not showing up if you're not colourblind :)

This commit is contained in:
Robin Ward 2014-08-12 16:35:48 -04:00
parent dd8e5583d7
commit 532726005b
1 changed files with 3 additions and 0 deletions

View File

@ -228,6 +228,9 @@ a:hover.reply-new {
.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;}