diff --git a/assets/css/hero.css b/assets/css/hero.css index 61307fe..0ef01c0 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, #F9B208, #F38C29 50%, #E72E77); + background: linear-gradient(to bottom, #F9B208, #ed5c51); } .hero-first { @@ -169,11 +169,11 @@ display: flex; justify-content: center; padding: 40px 0; + background-color: white; + color: #E72E77; } .hero-button-end a { - background-color: #E72E77; - color: white; padding: 20px 40px; font-size: 1.6rem; font-weight: bold;