JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tweak faded tile colors
[hexbog.git] / 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%);
        }