From 2ae209e493100c16509074a41f6aaf56ece025fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 09:07:25 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..d5a2cd4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #fffffae6; + --primary-cta: #fde047; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffffe6; + --secondary-cta-text: #fffffae6; --accent: #737373; --background-accent: #737373;