From 8052999042ae62c76a307d3a962f73caeb3fe98d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:16:09 +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 8cff76c..8d9b769 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #efebe5; - --card: #f7f2ea; + --card: #e9a537; --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #efebe5; -- 2.49.1