diff --git a/src/app/page.tsx b/src/app/page.tsx index 396ca68..567930b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -249,4 +249,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 1bb52f5..9d50fe3 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: #1a1a1a; - --primary-cta: #c9a84c; - --primary-cta-text: #0a4a4a; - --secondary-cta: #0a4a4a; - --secondary-cta-text: #ffffff; - --accent: #d4eaea; - --background-accent: #f7f5f0; + --background: #1a1a1a; + --card: #282828; + --foreground: #e0e0e0; + --primary-cta: #4a90e2; + --primary-cta-text: #ffffff; + --secondary-cta: #3a3a3a; + --secondary-cta-text: #e0e0e0; + --accent: #8c8c8c; + --background-accent: #3a3a3a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);