From 23ec6c39a3ac1a3760b9feeae15a6b1f823c2b3f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:19:19 +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 842b7f2..d197d55 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #fefef9; - --card: #fffdf3; + --card: #ba9e16; --foreground: #291e00e6; --primary-cta: #d4a000; --primary-cta-text: #ffffff; -- 2.49.1