From 9baad5fb3fdee115ec884b95a02fec516a4ca063 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 23:29:36 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d284dfa..e9da086 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From e588caa56026ee0b42588fae67b9f9b2832b7844 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 23:29:36 +0000 Subject: [PATCH 2/3] 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 08ebd64..f8588fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -251,4 +251,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 33d8ae10cee1a55ef3d6ba8143bb79b588b825a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 23:29:37 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 29a336e..0beb7a8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f3251;; - --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; */ + /* --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; + --secondary-cta: #efe7dd;; + --accent: #94877c;; + --background-accent: #afa094;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f3251;; + --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; + --secondary-cta: #efe7dd;; --secondary-cta-text: #1c1c1c;; - --accent: #15479c;; - --background-accent: #a8cce8;; + --accent: #94877c;; + --background-accent: #afa094;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1