X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=style.less;h=ac8d12293c8d7e45cef900ce0a5a3c0ae3bf230f;hb=cfd688cbffbd5fbe33a817671d44f5b98500d60f;hp=9c929d64c019dc1261b02a9df5300f22a3f9675c;hpb=345b4acff25d42680a6472ec3eb642032d0689e9;p=hexbog.git 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%); }