From 0c7a83a1b6887d4846e62e084b0e44c9a0ebcbae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:24:33 +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 2454df0..98543da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -298,4 +298,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f3ca19b3629a44ab57208d6ba20de4111af8e6c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:24:34 +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 ee8d361..ad9e328 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #1a1410; + --card: #2a2218; + --foreground: #faf8f3; + --primary-cta: #d4af37; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #2a2218; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #d4af37; + --background-accent: #8b7355; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1