From 77cf55027e1f30fc0fd153a745e2d6c477ccab65 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 11:40:16 +0100 Subject: [PATCH] button --- assets/css/hero.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 2e87ebb..67aeda3 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -126,7 +126,7 @@ padding: 20px; font-size: 1.8rem; color: #333; - background-color: #f3f3f3; + background-color: #fbfbfb; border-radius: 20px; } @@ -163,7 +163,7 @@ height: auto; border-radius: 15px; border: 4px solid black; - box-shadow: 0 10px 15px rgba(0, 0, 0, 0.8); + box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6); } /* Button at the end of the hero-second */