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; }