From bc2e9e770325212818df0899e235623f58ecc92f Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 11:50:51 +0100 Subject: [PATCH] shadow --- assets/css/hero.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index fdf9696..da3b6a8 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 15px 25px (#E72E77, 0.6); + box-shadow: 0 15px 25px rgba(231, 46, 119, 0.6); } /* Button at the end of the hero-second */