From f149aa410ca01ecd15da3eeef020b5e0f06b34cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:43:35 +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 a2817b2..3456236 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #424141; - --card: #f9f9f9; + --card: #a47979; --foreground: #000612e6; --primary-cta: #106EFB; --primary-cta-text: #ffffff; -- 2.49.1