From dfe23a3698da89f964825633cccd170a2a5ea640 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:01:38 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dd3fcf6..3f7196e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,16 +4,16 @@ /* --background: #ffffff;; --card: #f9f9f9;; - --foreground: #000000;; - --primary-cta: #000000;; + --foreground: #000612e6;; + --primary-cta: #15479c;; --secondary-cta: #f9f9f9;; --accent: #e2e2e2;; --background-accent: #c4c4c4;; */ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #000000;; - --primary-cta: #000000;; + --foreground: #000612e6;; + --primary-cta: #15479c;; --primary-cta-text: #f6f0e9;; --secondary-cta: #f9f9f9;; --secondary-cta-text: #2b180a;;