From 364d6ecf56772ed806bf58e261077fe618a0c519 Mon Sep 17 00:00:00 2001 From: Ferdinand Date: Fri, 3 Apr 2026 16:36:05 +0200 Subject: [PATCH] style: Hintergrundanimation kontrastreicher (filter contrast/brightness) Co-Authored-By: Claude Sonnet 4.6 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1e65303..d300866 100644 --- a/style.css +++ b/style.css @@ -16,6 +16,7 @@ body { height: 100vh; z-index: 0; pointer-events: none; + filter: contrast(4) brightness(0.97); } #lottie-bg svg {