From 0fec9b71eb41a492cc1c5bb4a21852b73bd0b817 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 10:09:10 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5bbdaa1..3af6d90 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000612; --card: #f9f9f9; - --foreground: #000612e6; + --foreground: #ffffff; --primary-cta: #c2c9d4; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;