tfrere commited on
Commit
3668c53
·
1 Parent(s): 3c14b59
client/public/bande-1.webp CHANGED

Git LFS Details

  • SHA256: 71fde935a7ab3d60cb3605abf39ad8cd9734586a290c4bcdaa67a71bfc25d443
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB

Git LFS Details

  • SHA256: 37937841c107618c59f97fc75aea22aedf3b32c58a530383b8b0976460c4759a
  • Pointer size: 131 Bytes
  • Size of remote file: 631 kB
client/public/bande-2.webp CHANGED

Git LFS Details

  • SHA256: 704999a78d9da3fb45409f0efe0915e61f9a0d6ab6d6d056e82b5a9a1626e217
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB

Git LFS Details

  • SHA256: d4ca393e7bf966f7ca1204872e8e13690ba7d4e168499730e29a3c23be852357
  • Pointer size: 131 Bytes
  • Size of remote file: 668 kB
client/public/bande-3.webp CHANGED

Git LFS Details

  • SHA256: 3fcccd5300c047cebab30ae85f9bf2460717df18c7ffc87d1c90632a1b8e266b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB

Git LFS Details

  • SHA256: 840b9b304c65d36a57ad8870043ecebedda141898dd6a78a252dcb100770223a
  • Pointer size: 131 Bytes
  • Size of remote file: 621 kB
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.85)",
 
 
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
  }}