Update text-white to text-amber-50

This commit is contained in:
UltraLionFr
2025-07-29 07:44:41 +02:00
parent 6f02f96739
commit 3289436ef3
16 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default function RootLayout({
}) {
return (
<html lang="fr">
<body className="bg-[#0e0e10] text-white antialiased">
<body className="bg-[#0e0e10] text-amber-50 antialiased">
<AdsSideBanners />
<Providers>
<Navbar />