auto: sync 2026-06-02 23:01

This commit is contained in:
Capucine Gest
2026-06-02 23:01:51 +02:00
parent 25e3774c3f
commit a157a94a23
4 changed files with 124 additions and 182 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="fr">
<body className="min-h-screen bg-gray-50">{children}</body>
<body className="min-h-screen bg-[#090e1a]">{children}</body>
</html>
);
}