From 48aca8a5513fc36d83e9b3eb5068aa8b382ececb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 14:09:12 +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 271f5a6..4f65d23 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From c1c4798d5cc78b85227e4bf10ed1db032c2501ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 14:09:13 +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 cc27ecb..8cae35f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -254,4 +254,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From ecf8c818922e758861ae68a4bc6ebb49a5a432ec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 14:09:13 +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 8ffff17..c208e4e 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: #f7f6f7;; - --card: #ffffff;; - --foreground: #032419;; - --primary-cta: #2bb889;; - --secondary-cta: #ffffff;; - --accent: #09b97e;; - --background-accent: #a8e8c3;; */ + /* --background: #020617;; + --card: #0f172a;; + --foreground: #e2e8f0;; + --primary-cta: #c4d8f9;; + --secondary-cta: #041633;; + --accent: #2d30f3;; + --background-accent: #1d4ed8;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #032419;; - --primary-cta: #2bb889;; + --background: #020617;; + --card: #0f172a;; + --foreground: #e2e8f0;; + --primary-cta: #c4d8f9;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #ffffff;; + --secondary-cta: #041633;; --secondary-cta-text: #032419;; - --accent: #09b97e;; - --background-accent: #a8e8c3;; + --accent: #2d30f3;; + --background-accent: #1d4ed8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1