From a957bc29236b9aa74f74617962158aa9b05bd4b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:54:56 +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 ba819de..e78ae2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,4 +132,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From c1e5c0fe655ff078643a20241d13ae96eba2040a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:54:57 +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 13c6fcc..5b8e70c 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: #120006e6; - --primary-cta: #e63946; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #1a1a1a; --secondary-cta-text: #120006e6; - --accent: #000000; - --background-accent: #e63946; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1