From c42979651e52c8130899a8f62e21dd3e722e4dfa Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 12:48:45 +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 a6fe1ee..e104f0e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffeef8; - --card: #fce4f0; - --foreground: #3d1a2a; - --primary-cta: #d9408d; - --secondary-cta: #ffffff; - --accent: #f5c4d8; - --background-accent: #f0a8c8; + --background: #000000; + --card: #1a1a1a; + --foreground: #ffffff; + --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); -- 2.49.1 From e3eb8b564581bdf0e612e69cf9e8c174a8181b1c Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 12:48: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 1f7e73d..4fc3c94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1267,4 +1267,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 83770a7f3968b9488bacef470f59089b3070ed52 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 12:48:47 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f96dc9b..20af8be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1