SPB Git forge

spb/groupe-ka

Public

Groupe KA — site du holding + KA ID (compte unique & SSO des 7 plateformes). Next.js 16, SQLite, Google & Apple login.

81commits 1branches 0releases
89.2 MBsize
maindefault branch
22 days agolast push
TypeScript 70.4% HTML 18.4% JavaScript 4% Python 3.8% CSS 3.4%

header opaque (standard header/menu KA 2026-08-22)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Simon-Pierre Boucher committed 1 mo ago (Aug 22, 2026) parent 7c6aecc

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