From fac1d9d29363356ebb0d230ba07e10db10130add Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 13:36:45 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index d6a6af4..6427847 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,7 +4,7 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a;; + --background: #000000;; --card: #1a1a1a;; --foreground: #ffffffe6;; --primary-cta: #facc15;; From d9df37a794ff8f5dc7a5ebf2d6690c161f402ae7 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 13:36:46 +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 b74e5de..0f5b4df 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1278,4 +1278,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From e729c0bf31b72af4b284bdcabbf85d0858dd25cc Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 13:36:47 +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 b3136fd..b0eb651 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -477,4 +477,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}