From 5da509f0125bab5d812342b0b86241f73e2868ff Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:29:05 +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 6648e39..161994e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,10 +12,10 @@ --background: #526bac; --card: #ffffff; - --foreground: #ffffff; + --foreground: #071645; --primary-cta: #fefefe; - --primary-cta-text: #1c140f; - --secondary-cta: #2F4A3A; + --primary-cta-text: #000000; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; --accent: #2B1B14; --background-accent: #000000; -- 2.49.1