diff --git a/src/app/globals.css b/src/app/globals.css index 86c2a18..9d653a9 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,7 +5,7 @@ /* --vw is set by ThemeProvider */ --background: #f5faff;; - --card: #f1f8ff;; + --card: #e6f2fa;; --foreground: #001122;; --primary-cta: #15479c;; --secondary-cta: #ffffff;; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a117f63..20d4964 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1261,4 +1261,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 32deff0..0b9a2c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,4 +212,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}