From 910947260fa9da2244f0c06ba148f68dd6de46bd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 27 Oct 2023 23:53:01 +0200 Subject: Less heavy drop shadows. --- play.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index fcde992..9b84daa 100644 --- a/play.css +++ b/play.css @@ -89,7 +89,7 @@ body.Versailles header.your_turn { background-color: hsl(199, 45%, 70%); } width: 250px; height: 350px; border-radius: 16px; - box-shadow: 0px 1px 6px #0008; + box-shadow: 1px 2px 4px #0004; } #tooltip { @@ -188,7 +188,7 @@ body.Versailles header.your_turn { background-color: hsl(199, 45%, 70%); } position: absolute; background-size: cover; background-repeat: no-repeat; - filter: drop-shadow(0px 2px 3px #0008); + filter: drop-shadow(1px 2px 2px #0004); transition-property: top, left; transition-duration: 1s; transition-timing-function: ease; -- cgit v1.2.3