diff --git a/src/app/globals.css b/src/app/globals.css index c16e556..a6ab759 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,8 +4,8 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffafa;; - --card: #fff7f7;; + --background: #808080;; + --card: #808080;; --foreground: #1a0000;; --primary-cta: #e63946;; --secondary-cta: #ffffff;; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95b89f5..cd3286e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ddce43c..40ab4a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,4 +242,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}