diff --git a/src/ui/components/ServerLaunchSection.css b/src/ui/components/ServerLaunchSection.css index b3b5cdd..0768053 100644 --- a/src/ui/components/ServerLaunchSection.css +++ b/src/ui/components/ServerLaunchSection.css @@ -21,10 +21,12 @@ #serverControls { color: white; + + text-shadow: 1px 1px 8px black; } #serverControls .CheckboxDisplay { - border-color: #fff; + border-color: #c5c5c5; background: #fff; } diff --git a/src/ui/components/common/ProgressBar.css b/src/ui/components/common/ProgressBar.css index 412dc05..202cea9 100644 --- a/src/ui/components/common/ProgressBar.css +++ b/src/ui/components/common/ProgressBar.css @@ -40,6 +40,7 @@ justify-content: center; color: #fff; + text-shadow: 1px 1px 14px black; } .MainProgressBarWrapper .MainProgressText {