This commit is contained in:
2025-09-15 18:14:25 +02:00
parent d8da5325de
commit 225c10a853
7 changed files with 300 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ export default function RootLayout({
}) {
return (
<html lang="en" className={clsx('antialiased', mulish.variable)}>
<body>{children}</body>
<body className="bg-black text-white">{children}</body>
</html>
)
}