text shadows

This commit is contained in:
SpikeHD
2022-05-14 14:44:00 -07:00
parent bab0ad08cb
commit 2253ed6f35
2 changed files with 4 additions and 1 deletions

View File

@@ -21,10 +21,12 @@
#serverControls { #serverControls {
color: white; color: white;
text-shadow: 1px 1px 8px black;
} }
#serverControls .CheckboxDisplay { #serverControls .CheckboxDisplay {
border-color: #fff; border-color: #c5c5c5;
background: #fff; background: #fff;
} }

View File

@@ -40,6 +40,7 @@
justify-content: center; justify-content: center;
color: #fff; color: #fff;
text-shadow: 1px 1px 14px black;
} }
.MainProgressBarWrapper .MainProgressText { .MainProgressBarWrapper .MainProgressText {