From 951e36ec54d1a448ca6640ec42ef02b430b8cd27 Mon Sep 17 00:00:00 2001 From: edi Date: Tue, 16 Jul 2024 11:46:45 +0200 Subject: [PATCH] =?UTF-8?q?Attention=20Bereich=20ge=C3=A4ndert.=20Farben?= =?UTF-8?q?=20entfernt=20-=20kommen=20vom=20Parent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/vanilla.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/vanilla.css b/static/css/vanilla.css index 7cc1981..8c0f2cd 100644 --- a/static/css/vanilla.css +++ b/static/css/vanilla.css @@ -480,8 +480,8 @@ a.imp:before { } .attention { - background-color: var(--light-primary); - color: var(--secondary); + background-color: #ffffff20; + /*color: var(--secondary); */ margin: 1rem 0.1vw; padding: 1rem 1.5vw;