From b58ab71cf8dd8d6411ad5b39291c283187465051 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Fri, 30 Oct 2020 23:02:58 +0100 Subject: [PATCH] changed heatmap colors --- scss/import/include.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/import/include.scss b/scss/import/include.scss index 595e4f6..a084524 100644 --- a/scss/import/include.scss +++ b/scss/import/include.scss @@ -43,14 +43,14 @@ fill: $bg70 !important; } &[style*="fill: rgb(102, 199, 75);"] { - fill: $bg80 !important; - } - &[style*="fill: rgb(96, 153, 38);"] { fill: $red-dark !important; } - &[style*="fill: rgb(2, 89, 0);"] { + &[style*="fill: rgb(96, 153, 38);"] { fill: $red !important; } + &[style*="fill: rgb(2, 89, 0);"] { + fill: $red-light !important; + } } @mixin label-milestone-menu {