From 7158242eace6266809996cf04445719497400469 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 18:45:08 +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 7585d45..b9ec4ab 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #060000; --card: #1d0d0d; - --foreground: #a2b0d7; + --foreground: #697186; --primary-cta: #292c55; --primary-cta-text: #ffffff; --secondary-cta: #1f0a0a; -- 2.49.1