From e099c3619054351086e63e628b432d9d0f5448e0 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 24 Nov 2013 18:34:49 -0500 Subject: [PATCH] tweak graphics --- style.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 1.7.10.4