From 2ae2c9373d0fb5dd86082383f76f1fee32670b82 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:23:13 +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 4b5f92b..286765c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #fff6d0; + --card: #fff9df; --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #efebe5;