diff --git a/assets/css/hero.css b/assets/css/hero.css index da3b6a8..5805748 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -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, rgb(249, 178, 8), #E72E77); padding-right: 3vw; /* 40 px approx*/ padding-left: 3vw; } @@ -81,7 +81,7 @@ width: 11vw; border-radius: 15px; border: 4px solid black; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + box-shadow: 0 4px 8px rgba(249, 178, 8, 0.6); } .hero-catch-phrase {