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