From 995bd649539ca961c2b452b544c32199fefbe2b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:32:13 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 51a8ef6..341433f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,10 +12,10 @@ --background: #ffffff; --card: #fff9c4; - --foreground: #4a148c; - --primary-cta: #ff0000; + --foreground: #d32f2f; + --primary-cta: #d32f2f; --primary-cta-text: #f5faff; - --secondary-cta: #ffeb3b; + --secondary-cta: #fbc02d; --secondary-cta-text: #001122; --accent: #ffcc80; --background-accent: #f5f5f5;