From 20a9214a6e94ef1dd781e23f1b96f9c999765491 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Fri, 3 Jun 2016 09:38:18 +0200 Subject: [PATCH] [BUGFIX] Node bars colors --- scss/modules/_node.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/modules/_node.scss b/scss/modules/_node.scss index 8af2027..93ef15d 100644 --- a/scss/modules/_node.scss +++ b/scss/modules/_node.scss @@ -1,11 +1,11 @@ .bar { - background: transparentize($color-new, .5); + background: mix($color-new, $color-white, 60); display: block; height: 1.4em; position: relative; span { - background: transparentize($color-new, .92); + background: $color-new; display: inline-block; height: 1.4em; }