Bump cold mapping down so it maintains old readability
This commit is contained in:
parent
5539ea701c
commit
05cb4b7660
|
@ -17,7 +17,6 @@
|
|||
.topic-list {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
background: rgba($secondary, .8);
|
||||
|
||||
> tbody > tr {
|
||||
&.has-excerpt .star {
|
||||
|
|
|
@ -69,14 +69,14 @@ body {
|
|||
// is scale-color($primary, $lightness: 50%)
|
||||
// numbers get dimmer as they get colder
|
||||
.coldmap-high {
|
||||
color: scale-color($primary, $lightness: 80%) !important;
|
||||
}
|
||||
.coldmap-med {
|
||||
color: scale-color($primary, $lightness: 70%) !important;
|
||||
}
|
||||
.coldmap-low {
|
||||
.coldmap-med {
|
||||
color: scale-color($primary, $lightness: 60%) !important;
|
||||
}
|
||||
.coldmap-low {
|
||||
color: scale-color($primary, $lightness: 50%) !important;
|
||||
}
|
||||
.heatmap-high {
|
||||
color: #fe7a15 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue