From 2f198ad199f17e55f4e5b8cc4947cafe55aeb23d Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 10:59:51 +0100 Subject: [PATCH] color --- 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 2a74f42..2807bce 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, #F38C29 50%, #E72E77); + background: linear-gradient(to bottom, #F9B208, #F38C29 50%, #E72E77); } .hero-first { @@ -87,10 +87,10 @@ .hero-catch-phrase { text-align: center; font-size: 2.5rem; - color: #E72E77; + color: white; margin: 10px 0; margin-bottom: 25px; - text-shadow: 0 0 2px #fff; + text-shadow: 0 0 10px #E72E77; }