From ad2ac22e0003cd128db9d22f31c7ea32263f63e1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:29:00 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 64de05a..8dac678 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #000000; --card: #0c0c0c; - --foreground: #ffffff; + --foreground: #e9e4e4; --primary-cta: #dc8112; --primary-cta-text: #000000; --secondary-cta: #000000; - --secondary-cta-text: #ffffff; + --secondary-cta-text: #E9E4E4; --accent: #535353; --background-accent: #DC8112; -- 2.49.1