From 6fa7fbfb09bea20f9f9723284ea7aff41acb256f Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 12:47:04 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index a7526d2..0ecb543 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; + /* --background: #1a1a1a;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; */ - --background: #f5f5f5;; + --background: #1a1a1a;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);