style: Hintergrundfarbe auf #DFE9F5, filter ohne invert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-03 16:40:17 +02:00
parent 61fa93bcd3
commit df5e628278

View File

@@ -4,7 +4,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #f5f5f5;
background: #DFE9F5;
color: #222;
min-height: 100vh;
}
@@ -16,7 +16,7 @@ body {
height: 100vh;
z-index: 0;
pointer-events: none;
filter: invert(1) contrast(3) brightness(0.92);
filter: contrast(3) brightness(0.93);
}
#lottie-bg svg {