2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FIX: Desktop/mobile heatmap colors should be the same

This commit is contained in:
Kris 2018-02-05 21:36:35 -05:00
parent 508a8e29ab
commit e7b732ad95
3 changed files with 4 additions and 13 deletions

View file

@ -155,6 +155,10 @@

}

.heatmap-high, .heatmap-high a {color: #fe7a15 !important;}
.heatmap-med, .heatmap-med a {color: #cf7721 !important;}
.heatmap-low, .heatmap-low a {color: #9b764f !important;}

.topic-list.categories {

.category .badge-notification {