summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:53:01 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-27 23:53:01 +0200
commit910947260fa9da2244f0c06ba148f68dd6de46bd (patch)
tree2bea61151d9dc7b571e4512fe20087e86376c653
parent7dfecb68dc70a36c62caf842314684dd50c6be7d (diff)
downloadred-flag-over-paris-910947260fa9da2244f0c06ba148f68dd6de46bd.tar.gz
Less heavy drop shadows.
-rw-r--r--play.css4
1 files changed, 2 insertions, 2 deletions
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;