From 7957b4929c1d79b7cc6930c456b8c21c399ec846 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 12:27:01 +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 e7bbce4..0739864 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #e3deea;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #27231f;; - --secondary-cta: #ffffff;; - --accent: #c68a62;; - --background-accent: #c68a62;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; */ - --background: #e3deea;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #27231f;; - --secondary-cta: #ffffff;; - --accent: #c68a62;; - --background-accent: #c68a62;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --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);