perf: change the DA to something more readable

This commit is contained in:
Pierre Ryssen
2026-03-11 12:26:45 +01:00
parent cd15c81b53
commit 9642f2511a
22 changed files with 136 additions and 120 deletions

View File

@@ -10,7 +10,7 @@ export const metadata: Metadata = {
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="fr">
<body className="bg-[#0a0d0f] text-white antialiased">
<body className="bg-wy-dark text-wy-text-primary antialiased">
<SessionProvider>
{children}
</SessionProvider>