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 {
color: white;
text-shadow: 1px 1px 8px black;
}
#serverControls .CheckboxDisplay {
border-color: #fff;
border-color: #c5c5c5;
background: #fff;
}

View File

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