From e5d0f086889d2596c09dace8980e8dfd1816b83b Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 1 Feb 2025 10:08:14 +0100 Subject: [PATCH] neu --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3bf369a..6927f93 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ .button { padding: 8px 16px; border-radius: 8px; - background: transparent; + background: linear-gradient(to bottom, #007bff, #0056b3); /* Blau */ box-shadow: 0 2px 4px rgba(0,0,0,0.7); transition: all 0.2s; display: flex; @@ -93,7 +93,7 @@