From 0332756cadd9d83088e1f97166571468be611630 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 00:10:12 +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 dd45390..654f886 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + /* --background: #fff5f5;; + --card: #ffe6f0;; + --foreground: #ff1493;; + --primary-cta: #ff3366;; + --secondary-cta: #ffff00;; + --accent: #00ffff;; + --background-accent: #ff69b4;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --background: #fff5f5;; + --card: #ffe6f0;; + --foreground: #ff1493;; + --primary-cta: #ff3366;; + --secondary-cta: #ffff00;; + --accent: #00ffff;; + --background-accent: #ff69b4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);