From 3c03c0263159a2224ae0846d5d2c08889f7f41bf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 27 Oct 2023 23:51:25 +0200 Subject: Less heavy drop shadows. --- play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 4d1db79..ecd3800 100644 --- a/play.html +++ b/play.html @@ -132,7 +132,7 @@ body.Observer #hand { display: none } width: 41px; height: 44px; background-size: 41px 44px; - filter: drop-shadow(0px 2px 4px #0008); + filter: drop-shadow(1px 2px 2px #0008); } .token.action { -- cgit v1.2.3