From 643833acb7cb70fc3366eade0d51cde9084019f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:50:52 +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 c3beb58..5e9aa4b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #5f1212; + --card: #e1d7d7; --foreground: #ffffffe6; --primary-cta: #e6e6e6; --primary-cta-text: #0a0a0a; -- 2.49.1