From: Jason Woofenden Date: Thu, 31 Oct 2013 21:25:49 +0000 (-0400) Subject: tweak faded tile colors X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=97198e4668d0a8f64c5f5f345bd8f53af4c204d2;hp=345b4acff25d42680a6472ec3eb642032d0689e9 tweak faded tile colors --- diff --git a/style.less b/style.less index 9c929d6..ee67ce3 100644 --- a/style.less +++ b/style.less @@ -187,10 +187,10 @@ body { } &.hp1 { color: lighten(#000, 36%); - background-color: lighten(desaturate(@tile-color, 90%), 9%); + background-color: spin(lighten(desaturate(@tile-color, 70%), 9%), 100); } &.hp0 { - color: lighten(#000, 40%); + color: lighten(desaturate(@tile-color, 100%), 10%); background-color: lighten(desaturate(@tile-color, 100%), 10%); }