X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=style.less;h=9ab060d83510d49b3a340c297b5f7b8dae6afceb;hp=ee67ce3dbd2c1d9fab225e85a6eea5a2f0457860;hb=e099c3619054351086e63e628b432d9d0f5448e0;hpb=97198e4668d0a8f64c5f5f345bd8f53af4c204d2 diff --git a/style.less b/style.less index ee67ce3..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; @@ -188,10 +188,13 @@ body { &.hp1 { color: lighten(#000, 36%); background-color: spin(lighten(desaturate(@tile-color, 70%), 9%), 100); + box-shadow: 1px 1px 1px #aaa; } &.hp0 { + 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 {