From 97b823147a4f149f3b584d6ce53e38b88dae88ca Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 10:57:12 +0100 Subject: [PATCH] coolor --- assets/css/hero.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 98e9bd3..6349c04 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 right, #F9B208, #E72E77); + background: linear-gradient(to bottom right, #F9B208, #F38C29 50%, #E72E77); } .hero-first { @@ -87,7 +87,7 @@ .hero-catch-phrase { text-align: center; font-size: 2.5rem; - color: #ff4b92; + color: #E72E77; margin: 10px 0; margin-bottom: 25px; }