From 21a92d66cc7e03a7e4492a8bcbda7643f66c9094 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:03:05 +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 8c8ad1d..6120e48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From b6844014255feb7e28c2cc49159eb5bfaf3d4bc1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:03:05 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 59f452d..1429745 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #dfff1c; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --accent: #f5f5f5; + --background-accent: #e0e0e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1