update
Browse files
client/public/bande-1.webp
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
client/public/bande-2.webp
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
client/public/bande-3.webp
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
client/src/components/InfiniteBackground.jsx
CHANGED
@@ -146,7 +146,9 @@ export function InfiniteBackground() {
|
|
146 |
left: 0,
|
147 |
right: 0,
|
148 |
bottom: 0,
|
149 |
-
background: "rgba(0, 0, 0, 0.
|
|
|
|
|
150 |
zIndex: 1,
|
151 |
},
|
152 |
}}
|
|
|
146 |
left: 0,
|
147 |
right: 0,
|
148 |
bottom: 0,
|
149 |
+
background: "rgba(0, 0, 0, 0.75)",
|
150 |
+
backdropFilter: "blur(1px)",
|
151 |
+
WebkitBackdropFilter: "blur(1px)", // Pour Safari
|
152 |
zIndex: 1,
|
153 |
},
|
154 |
}}
|