From 2a2463960057cfe5eb1f5cf408708a5253000fdb Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 15:54:26 +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 c52e7d4..cbe8702 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #000000; - --card: #1b1b1b; - --foreground: #ffffff; - --primary-cta: #ffcc00; - --secondary-cta: #151515; - --accent: #303030; - --background-accent: #303030; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #120006e6; + --primary-cta: #e63946; + --secondary-cta: #ffffff; + --accent: #ffcf40; + --background-accent: #ffd966; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From bd2d2cd2703d4fd590be9925734ac91ceb596fe7 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 15:54:27 +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 c5dcbd3..ae0b294 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1277,4 +1277,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 6dd213bcf258312e09d94c60ff2ebb7f83bf76b1 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Wed, 24 Dec 2025 15:54:28 +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 df4f59f..e06014f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -402,4 +402,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1