X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=style.less;h=ac8d12293c8d7e45cef900ce0a5a3c0ae3bf230f;hp=9c929d64c019dc1261b02a9df5300f22a3f9675c;hb=bbfb2a7b296587d505da081e71435f4d56eb4236;hpb=345b4acff25d42680a6472ec3eb642032d0689e9 diff --git a/style.less b/style.less index 9c929d6..ac8d122 100644 --- a/style.less +++ b/style.less @@ -187,10 +187,11 @@ 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%); + cursor: default; + color: lighten(desaturate(@tile-color, 100%), 10%); background-color: lighten(desaturate(@tile-color, 100%), 10%); }