diff --git a/src/app/page.tsx b/src/app/page.tsx index 365ff97..cfcd97b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,14 +152,14 @@ 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 a083102..c0f3430 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a2540; - --card: #0f2d4a; - --foreground: #ffffff; - --primary-cta: #1e90ff; + --background: #050a12; + --card: #0a1525; + --foreground: #f8fafc; + --primary-cta: #3b82f6; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #1e40af; --secondary-cta-text: #0a2540; - --accent: #1e90ff; - --background-accent: #0e1a29; + --accent: #60a5fa; + --background-accent: #0f172a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);