From c8869ea3ea2838087f413b03346dcefd5b9cd830 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:41:31 +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 8c4472c..3c66cf7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #000000; + --card: #5d2801; --foreground: #f5f5f5; --primary-cta: #43e9d9; --primary-cta-text: #ffffff;