mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2025-02-16 09:31:40 +00:00
More shadows
This commit is contained in:
parent
c463620021
commit
0bf6e2a0c0
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue