From c3c6402cf8ff404b085d1c2f7a87c057077e9c00 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 05:19:58 +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 9a83d51..5b043a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f777acfe939eb29e69a4c3d8773d6ac3428fffc3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 05:19:58 +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 47bbc8e..2aa6b57 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f0f8ffe6; - --primary-cta: #cee7ff; + --background: #050505; + --card: #121215; + --foreground: #f8f9ff; + --primary-cta: #ffa500; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #1c1c20; --secondary-cta-text: #f0f8ffe6; - --accent: #737373; - --background-accent: #737373; + --accent: #00c8ff; + --background-accent: #c040ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1