From 4c24d603f9c8dffef57a679aed94b72812d0dbb2 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 14:14:31 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index ab7aa0f..9857328 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #ffffff;; - --card: #fafafa;; - --foreground: #000000;; - --primary-cta: #ff0000;; + --card: #fcfcfc;; + --foreground: #00120ae6;; + --primary-cta: #15ad59;; --secondary-cta: #f9f9f9;; - --accent: #e5e5e5;; - --background-accent: #f5f5f5;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From 5f9d0eb853362731e4d7e4081c779dcdb3f5610a Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 14:14:32 +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 9811236..2d9fd97 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1260,4 +1260,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From ba83e8bee0f8fa0e16366fce0e9e997701e2579c Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 14:14:33 +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 36d8636..8b5ddd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -244,4 +244,4 @@ export default function CoffeePage() { ); -} \ No newline at end of file +}