diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a6a45b..378f5c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d9b0bfb..0c5994a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f0f0f0; - --foreground: #000000; - --primary-cta: #1E90FF; + --background: #e6f2ff; + --card: #cce6ff; + --foreground: #001166; + --primary-cta: #0052cc; --primary-cta-text: #f6f0e9; - --secondary-cta: #FFD700; + --secondary-cta: #ffffff; --secondary-cta-text: #2b180a; - --accent: #FFD700; - --background-accent: #1E90FF; + --accent: #0052cc; + --background-accent: #0052cc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);