From a46091f8cc0e168c2603c2aeae79f2c3e6347ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Mon, 19 Jan 2026 17:58:55 +0100 Subject: [PATCH] Remove button box shadow --- src/main/resources/static/css/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/static/css/styles.css b/src/main/resources/static/css/styles.css index 7f10a36..ab14151 100644 --- a/src/main/resources/static/css/styles.css +++ b/src/main/resources/static/css/styles.css @@ -524,7 +524,6 @@ button { justify-content: center; gap: 8px; font-weight: 600; - box-shadow: 0 10px 30px rgba(124, 58, 237, 0.25); } .button:disabled,