X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=style.less;h=9ab060d83510d49b3a340c297b5f7b8dae6afceb;hp=9c929d64c019dc1261b02a9df5300f22a3f9675c;hb=e099c3619054351086e63e628b432d9d0f5448e0;hpb=345b4acff25d42680a6472ec3eb642032d0689e9 diff --git a/style.less b/style.less index 9c929d6..9ab060d 100644 --- a/style.less +++ b/style.less @@ -139,7 +139,7 @@ body { font-size: 30px; display: block; position: absolute; - border-radius: 13px; + border-radius: 15px; text-align: center; cursor: pointer; user-select: none; @@ -187,11 +187,14 @@ body { } &.hp1 { color: lighten(#000, 36%); - background-color: lighten(desaturate(@tile-color, 90%), 9%); + background-color: spin(lighten(desaturate(@tile-color, 70%), 9%), 100); + box-shadow: 1px 1px 1px #aaa; } &.hp0 { - color: lighten(#000, 40%); + cursor: default; + color: lighten(desaturate(@tile-color, 100%), 10%); background-color: lighten(desaturate(@tile-color, 100%), 10%); + box-shadow: inset 1px 1px 1px #aaa; } &.selected, &.selected_word {