From a3863bf9c4eba1268893fca4ca2d2d10eb89f312 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 10:47:48 +0100 Subject: [PATCH] white --- 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 0240fe0..a6fc96d 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -87,7 +87,7 @@ .hero-catch-phrase { text-align: center; font-size: 2.5rem; - color: #333; + color: white; margin: 10px 0; margin-bottom: 25px; } @@ -123,12 +123,12 @@ text-align: left; padding: 20px; font-size: 1.8rem; - color: #333; + color: white; } .bloc-text h3 { font-size: 2.8rem; - color: #E72E77; + color: white; margin-bottom: 1rem; font-variant: small-caps; }