From 809e5bbd2bbd43210ae5f4fcd887939b0429aa16 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:01:37 +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 1a98e31..5b9e5fb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #111111; - --card: #3b1a01; + --card: #1497a6; --foreground: #FFFFFf; --primary-cta: #FF6B35; --primary-cta-text: #FFFFFF;