challenge brief update

This commit is contained in:
YIIP9
2026-04-11 16:32:05 +12:00
parent d230757cf6
commit 7930dd62b6
5 changed files with 71 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ export default function RootLayout({
}: Readonly<{ children: React.ReactNode }>) {
return (
<html lang="en" className={`${teko.variable} ${bakbakOne.variable}`}>
<body className="bg-zinc-950 text-zinc-100 antialiased">
<body className="min-h-screen bg-gradient-to-b from-purple-900 via-purple-950 to-[#0f0518] text-zinc-100 antialiased">
<TRPCReactProvider>{children}</TRPCReactProvider>
</body>
</html>