From 878dfed932fd3d25a395c84ff820c7f589b0c81a Mon Sep 17 00:00:00 2001 From: Wehi Date: Wed, 10 May 2023 16:13:55 +0200 Subject: [PATCH] slight changes to Big Button css and Launch button font-weight --- src/ui/components/ServerLaunchSection.css | 2 +- src/ui/components/common/BigButton.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {