From: Jason Woofenden Date: Sun, 24 Nov 2013 23:34:49 +0000 (-0500) Subject: tweak graphics X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=e099c3619054351086e63e628b432d9d0f5448e0 tweak graphics --- diff --git a/style.less b/style.less index ac8d122..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,11 +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 {