From 07be2c9c9093f67deb0bb2e266dec13e61618680 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 01:22:05 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 2a39d50..8480e74 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fff5f8;; - --card: #ffebf0;; - --foreground: #3d2930;; - --primary-cta: #e890a8;; + --background: #ffffff;; + --card: #fcfcfc;; + --foreground: #000000e6;; + --primary-cta: #1a1a1a;; --secondary-cta: #ffffff;; - --accent: #f5ccd5;; - --background-accent: #f0b8c4;; + --accent: #bebebe;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);