From c3052b6f814def8520a8dd2022a2f46092ab8781 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Thu, 17 Oct 2024 17:25:11 +0800 Subject: [PATCH] better button --- assets/css/hero.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 5357e78..6d72c80 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -27,7 +27,7 @@ .hero-logo { width: 200px; margin: 0 auto 20px; - margin-bottom: 60px; + margin-bottom: 40px; } .hero-title { @@ -40,7 +40,7 @@ background-color: white; color: #E72E77; padding: 15px 30px; - border: 3px solid white; + border: none; border-radius: 5px; font-size: 1.4rem; font-weight: bold; @@ -51,7 +51,8 @@ .hero-button:hover { - background-color: #F9B208; + background-color: white; + color: #2ee797; } .hero-screenshots {