From 97198e4668d0a8f64c5f5f345bd8f53af4c204d2 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 31 Oct 2013 17:25:49 -0400 Subject: [PATCH] tweak faded tile colors --- style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%); } -- 1.7.10.4