Browse Source

Change color of heatmap from green to red

pull/2/head
iamdoubz 5 years ago
committed by GitHub
parent
commit
800e045452
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      theme-darkred.css

26
theme-darkred.css

@ -1134,4 +1134,28 @@ thead {
.ui .warning.header { .ui .warning.header {
background-color: #ff6f00!important background-color: #ff6f00!important
} }
.heatmap-color-0{
background-color:#3a2c2c
}
.heatmap-color-1{
background-color:#4f4545
}
.heatmap-color-2{
background-color:#6f5252
}
.heatmap-color-3{
background-color:#8d5e5e
}
.heatmap-color-4{
background-color:#ae6b6b
}
.activity-bar-graph,.heatmap-color-5{
background-color:#cc7575
}

Loading…
Cancel
Save