tfrere commited on
Commit
49657c1
·
1 Parent(s): 3668c53
client/src/components/BookPages.jsx CHANGED
@@ -18,7 +18,7 @@ export const BookPages = () => {
18
  bottom: `${verticalOffset}px`,
19
  left: `${20 + offset}px`, // Ajout d'une marge de base de 20px
20
  right: `${-offset}px`,
21
- background: "#888",
22
  borderRadius: "4px",
23
  boxShadow: "2px 4px 12px rgba(0,0,0,0.15)",
24
  border: "1px solid rgba(0,0,0,0.1)",
 
18
  bottom: `${verticalOffset}px`,
19
  left: `${20 + offset}px`, // Ajout d'une marge de base de 20px
20
  right: `${-offset}px`,
21
+ background: "#444",
22
  borderRadius: "4px",
23
  boxShadow: "2px 4px 12px rgba(0,0,0,0.15)",
24
  border: "1px solid rgba(0,0,0,0.1)",
client/src/components/InfiniteBackground.jsx CHANGED
@@ -146,7 +146,7 @@ export function InfiniteBackground() {
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,
 
146
  left: 0,
147
  right: 0,
148
  bottom: 0,
149
+ background: "rgba(0, 0, 0, 0.85)",
150
  backdropFilter: "blur(1px)",
151
  WebkitBackdropFilter: "blur(1px)", // Pour Safari
152
  zIndex: 1,