From 32d02fd67568a41faf34c0dea9dd8ee9c0e13d34 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 11:57:24 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..09780be 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; + --background: #DEAF84; + --card: #FCF6EC; --foreground: #2e2521; --primary-cta: #2e2521; --primary-cta-text: #fcf6ec; -- 2.49.1