header opaque (standard header/menu KA 2026-08-22)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +1 −1
modified
src/app/layout.tsx
+1 −1
@@ -183,7 +183,7 @@ export default async function RootLayout({ | ||
| 183 | 183 | type="application/ld+json" |
| 184 | 184 | dangerouslySetInnerHTML={{ __html: JSON.stringify(JSON_LD) }} |
| 185 | 185 | /> |
| 186 | − <header className="sticky top-0 z-[var(--z-header)] border-b-2 border-ink bg-paper md:bg-[rgba(245,243,238,0.88)] md:backdrop-blur-xl"> | |
| 186 | + <header className="sticky top-0 z-[var(--z-header)] border-b-2 border-ink bg-paper"> | |
| 187 | 187 | <div className="mx-auto flex h-16 max-w-6xl items-center justify-between px-4 sm:px-6"> |
| 188 | 188 | <a href="#" className="group" aria-label="Groupe KA — accueil"> |
| 189 | 189 | <Wordmark /> |
| 190 | 190 | |