From efc810f1c07347edae69a26128e805e72d165ff2 Mon Sep 17 00:00:00 2001
From: kscheidecker <kilian.scheidecker@orange.fr>
Date: Tue, 11 Mar 2025 11:31:28 +0100
Subject: [PATCH] bg

---
 assets/css/hero.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/assets/css/hero.css b/assets/css/hero.css
index 9178b75..1e77b68 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, #ed5c51);
+  /* background: linear-gradient(to bottom right, #F9B208, #ed5c51); */
 }
 
 .hero-first {
@@ -21,7 +21,7 @@
   gap: 4rem; /* Space between items */
   margin: auto;
   /* margin-bottom: 4vh; */
-  /* background: linear-gradient(to bottom right, #F9B208, #E72E77); */
+  background: linear-gradient(to bottom right, #F9B208, #E72E77);
   padding-right: 3vw; /* 40 px approx*/
   padding-left: 3vw;
 }
@@ -125,12 +125,12 @@
   text-align: left;
   padding: 20px;
   font-size: 1.8rem;
-  color: white;
+  color: #333;
 }
 
 .bloc-text h3 {
   font-size: 2.8rem;
-  color: white;
+  color: #E72E77;
   margin-bottom: 1rem;
   font-variant: small-caps;
 }