From f93a06d8aa85d4fdbc697c6ccfbbdf8964dfbb03 Mon Sep 17 00:00:00 2001 From: Leafd Date: Wed, 9 Oct 2024 18:28:37 -0600 Subject: [PATCH] fix: change welcome screen appearance --- app/assets/css/launcher.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index aa2d96fa..0c57658d 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -273,12 +273,8 @@ body, button { */ #welcomeImageSeal { - border-radius: 50%; - border: 2px solid #cad7e1; - background: rgba(1, 2, 1, 0.5); - height: 125px; + height: 50px; width: 125px; - box-shadow: 0px 0px 10px 0px rgb(0, 0, 0); margin-bottom: 5%; margin-top: 10%; }