From 483cceb9436c585cc518988f6f27ab716ddaf821 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:50:43 +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 dd93dea..281acf4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1402,4 +1402,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 750ab4e8af704a2a90b3e9e9eba8ebdc525e2f40 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:50:45 +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 a253aee..d98d0e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,4 +202,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 9240d90781ecc8995d19495966cbdbae9ce8ff0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:50:46 +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 0f450a7..001f2bf 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: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; - --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + /* --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + --background: #060000;; + --card: #1d0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; --primary-cta-text: #f5faff;; - --secondary-cta: #ffffff;; + --secondary-cta: #1f0a0a;; --secondary-cta-text: #001122;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1