fix: add dark backgrounds to all internal pages + RGPD cookie banner

- login, register, candidature, cgv, confidentialite, mentions-legales:
  add bg-dark class so white text is visible on dark background
- admin shell + protected layout: same fix for admin/dashboard pages
- CookieBanner: update styling to match navy/orange branding, add RGPD
  compliance text, include Accepter/Refuser buttons, link to confidentialite
- layout.tsx: import and render CookieBanner globally

https://claude.ai/code/session_01V8YAjpqRQ3bfBYsABYsEgo
This commit is contained in:
Claude
2026-02-18 07:04:30 +00:00
parent 314d713699
commit 0d19ab3f28
9 changed files with 49 additions and 31 deletions

View File

@@ -124,7 +124,7 @@ function LoginForm() {
export default function LoginPage() {
return (
<main className="min-h-screen flex items-center justify-center px-4">
<main className="min-h-screen flex items-center justify-center px-4 bg-dark">
<div className="w-full max-w-md">
{/* Logo */}
<div className="text-center mb-8">