From 6ea845b55e4d3adf8687cb9eccdd28aa409a635a Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 00:14:08 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 654f886..e9bcdf6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fff5f5;; - --card: #ffe6f0;; - --foreground: #ff1493;; - --primary-cta: #ff3366;; - --secondary-cta: #ffff00;; - --accent: #00ffff;; - --background-accent: #ff69b4;; */ + /* --background: #fef5f5;; + --card: #fde6f2;; + --foreground: #c8227a;; + --primary-cta: #d9394f;; + --secondary-cta: #e8d65a;; + --accent: #00d4d4;; + --background-accent: #e8a3c8;; */ - --background: #fff5f5;; - --card: #ffe6f0;; - --foreground: #ff1493;; - --primary-cta: #ff3366;; - --secondary-cta: #ffff00;; - --accent: #00ffff;; - --background-accent: #ff69b4;; + --background: #fef5f5;; + --card: #fde6f2;; + --foreground: #c8227a;; + --primary-cta: #d9394f;; + --secondary-cta: #e8d65a;; + --accent: #00d4d4;; + --background-accent: #e8a3c8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);