diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f9324d..81ce06a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -277,4 +277,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 14b145e..edfd82f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #121212; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #00E5FF; + --background: #f5f4f0; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; --primary-cta-text: #121212; - --secondary-cta: #1a1a1a; + --secondary-cta: #f5f4f0; --secondary-cta-text: #ffffff; - --accent: #E3F2FD; - --background-accent: #00E5FF; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);