From f8adc1dec69fea41fc7c3cdc8e80aa7074a22a01 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:12:51 +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 8588c61..338c9d3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #010912; --card: #152840; - --foreground: #e6f0ff; + --foreground: #f8fbff; --primary-cta: #cee7ff; --primary-cta-text: #010912; --secondary-cta: #0e1a29; -- 2.49.1