Made waiting text more readable

This commit is contained in:
thepaperpilot 2023-02-28 20:24:32 -06:00
parent 9f3e7044be
commit 24f2103717

View file

@ -250,6 +250,7 @@
height: 8vmin;
display: flex;
align-items: center;
text-shadow: -1px 1px 0 var(--raised-background), 1px 1px 0 var(--raised-background), 1px -1px 0 var(--raised-background), -1px -1px 0 var(--raised-background);
}
.battle-container {