From 77869ee223634eaa20b0ea928b4bc8a79bc8f371 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:29:46 +0000 Subject: [PATCH] Switch to version 8: modified 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 161994e..6648e39 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,10 +12,10 @@ --background: #526bac; --card: #ffffff; - --foreground: #071645; + --foreground: #ffffff; --primary-cta: #fefefe; - --primary-cta-text: #000000; - --secondary-cta: #000000; + --primary-cta-text: #1c140f; + --secondary-cta: #2F4A3A; --secondary-cta-text: #ffffff; --accent: #2B1B14; --background-accent: #000000;