diff --git a/src/app/page.tsx b/src/app/page.tsx index afd9213..539d4b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,4 +176,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 4bbfb4d..b483a57 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1A120B; - --card: #2A201A; - --foreground: #F5F5DC; - --primary-cta: #B8860B; - --primary-cta-text: #1A120B; - --secondary-cta: #F5F5DC; - --secondary-cta-text: #1A120B; - --accent: #DAA520; - --background-accent: #4E3E34; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #cee7ff; + --primary-cta-text: #000000; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; + --background-accent: #CEE7FF; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);