diff --git a/src/app/page.tsx b/src/app/page.tsx index aad0da4..3d44b39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,4 +195,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 b483a57..0692cb3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #cee7ff; + --background: #ffffff; + --card: #fffaf0; + --foreground: #2d2a22; + --primary-cta: #fca311; --primary-cta-text: #000000; - --secondary-cta: #000000; + --secondary-cta: #fffaf0; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #CEE7FF; + --accent: #f9d423; + --background-accent: #f9f1d0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);