From 535b82b3b6f1da913c7d6b9fa8894a461cb157c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:49:27 +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 17b7cd8..cba2910 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -284,4 +284,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 51e64470b4c7b7413dad896028721b00cf0ff65c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 12:49:28 +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 59218a7..9f40274 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #2c2c2c; + --card: #3a3a3a; + --foreground: #f5f5f5; + --primary-cta: #f5f5f5; --primary-cta-text: #f5f4ef; - --secondary-cta: #ffffff; + --secondary-cta: #1c1c1c; --secondary-cta-text: #2a2928; - --accent: #a8a8a8; - --background-accent: #e5e5e5; + --accent: #505050; + --background-accent: #404040; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1