From 805d12c1e2564d72e44ba902c9292269fc7bbcd5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:23:26 +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 7c0b69a..41a2540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f795fc9b67f8fd15458fd6ca22d197349c239e13 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:23:26 +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 9d0254f..0161ea9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --background: #f5f4ef; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #efe7dd; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #FF7B05; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1