diff --git a/src/app/page.tsx b/src/app/page.tsx index 792d161..b337f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,4 +182,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 ce9b92b..19409bc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0D0D1A; - --card: #1A1A2F; - --foreground: #E0E6F0; - --primary-cta: #4A90E2; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #1f7cff; --primary-cta-text: #FFFFFF; - --secondary-cta: #2A2A4A; + --secondary-cta: #010101; --secondary-cta-text: #C0C0D0; - --accent: #8A2BE2; - --background-accent: #3A3A6A; + --accent: #1f7cff; + --background-accent: #f96b2f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);