From 15d22c0cb398735309e49bd13b155d8b06cb6c26 Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Tue, 11 Mar 2025 10:50:07 +0100
Subject: [PATCH] color

---
 assets/css/hero.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/css/hero.css b/assets/css/hero.css
index a6cc0fe..98e9bd3 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: #E72E77;
+  color: #ff4b92;
   margin: 10px 0;
   margin-bottom: 25px;
 }