From 06fec5ba1859ac9753f7b5ccc64bde5ba53e9a31 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 11:53:19 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index fff2e81..6c6c1ae 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,19 +6,19 @@ /* --background: #060000;; --card: #1d0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff3d4a;; + --foreground: #fffae6;; + --primary-cta: #fde047;; --secondary-cta: #1f0a0a;; - --accent: #ffd700;; - --background-accent: #ffb300;; */ + --accent: #fde047;; + --background-accent: #664d0f;; */ --background: #060000;; --card: #1d0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff3d4a;; + --foreground: #fffae6;; + --primary-cta: #fde047;; --secondary-cta: #1f0a0a;; - --accent: #ffd700;; - --background-accent: #ffb300;; + --accent: #fde047;; + --background-accent: #664d0f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1