diff --git a/src/app/page.tsx b/src/app/page.tsx index ed6a4c2..309391d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { return ( @@ -217,4 +217,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 3e86876..d2a0f92 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #106efb; + --background: #ffffff; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #f0f0f0; --secondary-cta-text: #ffffff; - --accent: #00ff9d; - --background-accent: #ff6207; + --accent: #e0e0e0; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);