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); 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 +} 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 +}