From e4b589e92aaf7c51161ef10e3e4daa5ed1a94c51 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:41:40 +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 e26f0b9..2353003 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #fafafa;; - --foreground: #000000;; - --primary-cta: #0066ff;; - --secondary-cta: #ffffff;; - --accent: #e5e5e5;; - --background-accent: #f5f5f5;; + --background: #000000;; + --card: #1a1a1a;; + --foreground: #ffff00;; + --primary-cta: #ffff00;; + --secondary-cta: #1a1a1a;; + --accent: #ffff00;; + --background-accent: #1a1a1a;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From e8d4eb6534f20cb2d3703fc14bfb4acfe6fdc87d Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:41:41 +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 622bab3..b3f6f24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From b6624129a1ee7c1fbf9a78893a9b465699e6f691 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 11:41:42 +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 d5141b2..8fe81a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -272,4 +272,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1