More shadows

This commit is contained in:
thepaperpilot 2023-02-21 23:39:18 -06:00
parent c463620021
commit 0bf6e2a0c0

View file

@ -81,6 +81,7 @@
border-style: solid;
height: 3vmin;
display: flex;
filter: drop-shadow(2px 4px 6px black);
}
.resource-box.wins {
@ -108,6 +109,7 @@
.shop {
margin-top: 10vh !important;
position: relative;
filter: drop-shadow(2px 4px 6px black);
}
.shop .row {