From 11cfe404634197e256008f5c500f57e9ff4389de Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 14:58:22 +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 da6160f..c8bac0b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 3fd7994c49e16b00781b7dbda3c8cba7f033f6da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 14:58:22 +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 36a670f..320293d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,4 +189,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 54577c7b3c1702916afce2c1f450c38b1ffc9289 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 14:58:23 +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 e3b59e0..041ea97 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: #010912;; - --card: #152840;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; - --secondary-cta: #0e1a29;; - --accent: #3f5c79;; - --background-accent: #004a93;; */ + /* --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; + --secondary-cta: #ffffff;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; */ - --background: #010912;; - --card: #152840;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; + --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; --primary-cta-text: #f6f0e9;; - --secondary-cta: #0e1a29;; + --secondary-cta: #ffffff;; --secondary-cta-text: #2b180a;; - --accent: #3f5c79;; - --background-accent: #004a93;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1