From 4c24d603f9c8dffef57a679aed94b72812d0dbb2 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 14:14:31 +0000 Subject: [PATCH] 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);