From f22b8e1d0c3a6d173c8b123a8bbf41f8c2b9359a Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 11:02:18 +0100 Subject: [PATCH] col --- assets/css/hero.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 61307fe..0ef01c0 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -7,7 +7,7 @@ justify-content: space-between; flex-direction: column; align-items: center; - background: linear-gradient(to bottom, #F9B208, #F38C29 50%, #E72E77); + background: linear-gradient(to bottom, #F9B208, #ed5c51); } .hero-first { @@ -169,11 +169,11 @@ display: flex; justify-content: center; padding: 40px 0; + background-color: white; + color: #E72E77; } .hero-button-end a { - background-color: #E72E77; - color: white; padding: 20px 40px; font-size: 1.6rem; font-weight: bold;