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; }