diff --git a/src/app/globals.css b/src/app/globals.css index 33acb57..453c4be 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: #000602; --card: #0d1d0d; --foreground: #e6ffe6; --primary-cta: #1cde5d; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dda27df..b0c242b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1266,4 +1266,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index f44e3d0..9614ea9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,4 +206,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}