relevo de glm

This commit is contained in:
2026-06-17 20:35:57 +02:00
parent 6620b493f5
commit cdf2893b94
20 changed files with 251 additions and 316 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default function RootLayout({
lang="en"
className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}
>
<body className="min-h-full flex flex-col bg-slate-950 text-slate-100">
<body className="min-h-full flex flex-col bg-[#f9f6f0] text-[#1c1917]">
{children}
</body>
</html>