From 5bf6e52a484139f65ed897b2d3312bab9bd486c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:43:08 +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 9070f87..438f571 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() {
Date: Tue, 10 Mar 2026 19:43:08 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f67a13b..eaf529d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e8f4f8; - --card: #f5fafb; - --foreground: #1a3a42; - --primary-cta: #87ceeb; + --background: #87ceeb; + --card: #b0e0e6; + --foreground: #ffffff; + --primary-cta: #4a90a4; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #b0e0e6; - --background-accent: #87ceeb; + --accent: #e0f6ff; + --background-accent: #5da5c0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1