styling friday

This commit is contained in:
2025-06-27 12:01:46 -04:00
parent 29c91fee7f
commit 216d10855f
14 changed files with 309 additions and 67 deletions

View File

@@ -15,7 +15,7 @@ export default async function RootLayout({
return (
<html lang="en">
<body
className="bg-background text-text"
className="bg-brand-background text-brand-text"
>
{children}
</body>