From b5241afe7b7b065eec891cd9a6096f4fb355a8f2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 11:32:22 +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 5873cf2..da8f896 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f5ec9f; - --card: #aea57c; + --card: #d1c8a1; --foreground: #000000; --primary-cta: #000000; --primary-cta-text: #e3deea; -- 2.49.1