diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:25 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:25 +0200 |
commit | 3c03c0263159a2224ae0846d5d2c08889f7f41bf (patch) | |
tree | 79355f66ecfebc728b686d93059a8e121d401507 | |
parent | c99ca54f4199b61fbe9dd97023dab32c65f942ba (diff) | |
download | field-cloth-gold-3c03c0263159a2224ae0846d5d2c08889f7f41bf.tar.gz |
Less heavy drop shadows.
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |