style: Hintergrundfarbe auf #DFE9F5, filter ohne invert
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user