[BUGFIX] Node bars colors

This commit is contained in:
Xaver Maierhofer 2016-06-03 09:38:18 +02:00
parent 3422063ac3
commit 20a9214a6e
1 changed files with 2 additions and 2 deletions

View File

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