From 541bd32ff71e4b23fc49f56b05228cbc6e95d51f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:46:45 +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 abbc65b..d605f3f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #f9f9f9; - --foreground: #000612e6; + --foreground: #e4e8f0; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;