* Code style fix.

pull/367/head
Megax 2016-04-19 18:09:43 +02:00
parent 9958fc4496
commit 1df54746f2
1 changed files with 4 additions and 4 deletions
gtk-3.20/scss

View File

@ -86,10 +86,10 @@ $modules: () !default;
// $bg is the background color
//
$_lbg: lightness($bg)/100%;
@if lightness($tc) < 50% {
@return transparentize(white, 1-$_lbg/($_lbg*1.3));
}
@else {
@return transparentize(black, $_lbg*0.8);
@return transparentize(white, 1 - $_lbg/($_lbg * 1.3));
} @else {
@return transparentize(black, $_lbg * .8);
}
}