From 983e945dd03ed323e970e917abd878d0c7848ead Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:43:22 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 372135c5cde8ff60514ca1228d7968a8ec9f7500 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:43:23 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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); -- 2.49.1