diff --git a/src/ui/components/ServerLaunchSection.css b/src/ui/components/ServerLaunchSection.css index 1799025..f0e392e 100644 --- a/src/ui/components/ServerLaunchSection.css +++ b/src/ui/components/ServerLaunchSection.css @@ -21,7 +21,7 @@ height: 100%; box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); font-size: 24px; - font-weight: 400; + font-weight: 500; width: 20%; } diff --git a/src/ui/components/common/BigButton.css b/src/ui/components/common/BigButton.css index 045008d..067884d 100644 --- a/src/ui/components/common/BigButton.css +++ b/src/ui/components/common/BigButton.css @@ -7,7 +7,7 @@ padding: 0 30px; border-radius: 5px; border: none; - background: linear-gradient(#ffd326, #ffc61e); + background: linear-gradient(#ffcf0d, #fec004); color: #704a1d; font-weight: bold; @@ -16,7 +16,7 @@ .BigButton:hover { cursor: pointer; - background: linear-gradient(#ffc61e, #ffd326); + background: linear-gradient(#fdd841, #ffc517); } .BigButton.disabled {