making the colors closer together

This commit is contained in:
2024-08-27 21:04:50 -06:00
parent 6d760dbe6c
commit fc245b111b
5 changed files with 27 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ export default function RootLayout({
return (
<html lang="en">
<Providers>
<body className="bg-slate-900 h-screen p-1">{children}</body>
<body className="bg-slate-900 h-screen p-1 text-slate-300">{children}</body>
</Providers>
</html>
);