From 9378d920f99205ce46e3c6e8ab14a6967e505854 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:31:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 365ff97..cfcd97b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,14 +152,14 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From e9f866edf84bc6c175bccd1afe70c632fd92acd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:31:34 +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 a083102..c0f3430 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a2540; - --card: #0f2d4a; - --foreground: #ffffff; - --primary-cta: #1e90ff; + --background: #050a12; + --card: #0a1525; + --foreground: #f8fafc; + --primary-cta: #3b82f6; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #1e40af; --secondary-cta-text: #0a2540; - --accent: #1e90ff; - --background-accent: #0e1a29; + --accent: #60a5fa; + --background-accent: #0f172a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1