From 61fa93bcd3d662bc61036c6b6a56a627f369ca89 Mon Sep 17 00:00:00 2001 From: Ferdinand Date: Fri, 3 Apr 2026 16:37:50 +0200 Subject: [PATCH] =?UTF-8?q?style:=20Hintergrundanimation=20invertiert=20f?= =?UTF-8?q?=C3=BCr=20deutlich=20mehr=20Sichtbarkeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d300866..1d5fbb6 100644 --- a/style.css +++ b/style.css @@ -16,7 +16,7 @@ body { height: 100vh; z-index: 0; pointer-events: none; - filter: contrast(4) brightness(0.97); + filter: invert(1) contrast(3) brightness(0.92); } #lottie-bg svg {