diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |