From 18afa4673bbb7d989e5df91a88c4c8a510144589 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:12:52 +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 11ea209..8bc4302 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -273,4 +273,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 9c5d221dbb9fa426cc4a563f2a25eb66155fa12b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:12:53 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..46644de 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #0c0c0c; + --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #106EFB; + --primary-cta: #FFD700; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #106EFB; + --accent: #FFD700; + --background-accent: #FFD700; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1