JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tweak faded tile colors
authorJason Woofenden <jason@jasonwoof.com>
Thu, 31 Oct 2013 21:25:49 +0000 (17:25 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 31 Oct 2013 21:25:49 +0000 (17:25 -0400)
style.less

index 9c929d6..ee67ce3 100644 (file)
@@ -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%);
        }