From 2253ed6f350fd20207f6ad438b566e90e6fa3010 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sat, 14 May 2022 14:44:00 -0700 Subject: [PATCH] text shadows --- src/ui/components/ServerLaunchSection.css | 4 +++- src/ui/components/common/ProgressBar.css | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 {