diff --git a/app/globals.css b/app/globals.css index f8aafbe..442415b 100644 --- a/app/globals.css +++ b/app/globals.css @@ -109,7 +109,7 @@ } } -:root { +:root, .dark { /* CORPORATE DARK THEME (The Standard) */ --background: #0a0a0f; --foreground: #ffffff; diff --git a/app/layout.tsx b/app/layout.tsx index b70eeee..3b3d5e8 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -51,10 +51,32 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + +