diff --git a/src/app/globals.css b/src/app/globals.css index d6a6af4..6427847 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,7 +4,7 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a;; + --background: #000000;; --card: #1a1a1a;; --foreground: #ffffffe6;; --primary-cta: #facc15;; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b74e5de..0f5b4df 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1278,4 +1278,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index b3136fd..b0eb651 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -477,4 +477,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}