From 3aedcc748c4c8dd56309a18e873ac283fe454272 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:07:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3a17ce..9bcd0b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="none" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -52,7 +52,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From e862552023cbef72fb12e8318d1892eb815e0a81 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:07:56 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1aaea37..2dcaaa0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5fff8; - --card: #e8f5ed; - --foreground: #0f2016; - --primary-cta: #28a745; - --primary-cta-text: #ffffff; - --secondary-cta: #e8f5ed; - --secondary-cta-text: #0f2016; - --accent: #6c757d; - --background-accent: #d4edda; + --background: #000802; + --card: #0b1a0b; + --foreground: #e6ffe6; + --primary-cta: #80da9b; + --primary-cta-text: #000802; + --secondary-cta: #07170b; + --secondary-cta-text: #e6ffe6; + --accent: #38714a; + --background-accent: #2c6541; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1