From 32b111f5fa89b2cba5acbb20a503d6492a94a0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 25 Mar 2026 16:39:13 +0100 Subject: [PATCH] =?UTF-8?q?Boxen=20grau=20f=C3=BCllen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8ed951a..09846ab 100644 --- a/styles.css +++ b/styles.css @@ -377,7 +377,8 @@ button { } .card--focus { - border: 1.5px solid rgba(47, 58, 24, 0.85); + background: #e7e9ec; + border: 0; padding: 1.8rem 1.15rem 1.1rem; text-align: center; }