diff --git a/src/app/page.tsx b/src/app/page.tsx index eb781dc..76af015 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,4 +139,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 e6c21ca..e84e1be 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000000; - --primary-cta: #FFD700; + --background: #1a1a1a; + --card: #262626; + --foreground: #ffffff; + --primary-cta: #ffffff; --primary-cta-text: #000000; - --secondary-cta: #000000; + --secondary-cta: #333333; --secondary-cta-text: #FFD700; - --accent: #FFE135; - --background-accent: #1a1a1a; + --accent: #404040; + --background-accent: #333333; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);