diff --git a/assets/css/hero.css b/assets/css/hero.css index 70a6430..7228cf1 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -165,7 +165,7 @@ height: auto; border-radius: 15px; border: 4px solid black; - box-shadow: 0 10px 20px rgba(249, 178, 8, 0.6); + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } @@ -187,7 +187,7 @@ } .hero-button-end:hover { - background-color: white; + background-color: #cd2c6c; color: #E72E77; }