diff --git a/src/app/page.tsx b/src/app/page.tsx index 17b7cd8..cba2910 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -284,4 +284,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 59218a7..9f40274 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #2c2c2c; + --card: #3a3a3a; + --foreground: #f5f5f5; + --primary-cta: #f5f5f5; --primary-cta-text: #f5f4ef; - --secondary-cta: #ffffff; + --secondary-cta: #1c1c1c; --secondary-cta-text: #2a2928; - --accent: #a8a8a8; - --background-accent: #e5e5e5; + --accent: #505050; + --background-accent: #404040; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);