From 9d2b018e5029f0f1a219b3f2a9967653a4edbe0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:22:42 +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 bb802fa..4b5f92b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #03980d; + --card: #fff6d0; --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #efebe5; -- 2.49.1