From 91bc209c19ba7acde0f40dbcc38cced73080b4d2 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 23:08:36 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index ab8990e..faf5649 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fafafa;; - --card: #f4f4f5;; - --foreground: #27272a;; - --primary-cta: #3f3f46;; - --secondary-cta: #ffffff;; - --accent: #facc15;; - --background-accent: #eab308;; + --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From e309eaf97df35747ac47e2ea6070a889a9dc516d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 23:08:37 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1f06b61..063c981 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1272,4 +1272,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From ce3c87350fb52a0b4c122d88d7445c7c98bf5d88 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 23:08:38 +0000 Subject: [PATCH 3/3] 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 43ef133..fadf3b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,4 +202,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}