FIX: Heatmaps for posts not showing up if you're not colourblind :)
This commit is contained in:
parent
dd8e5583d7
commit
532726005b
|
@ -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;}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue