From 1aa56f59e0e6c4677367af0cb47070fa18e9e7af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 12:00:19 +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 09780be..68c1673 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #DEAF84; - --card: #FCF6EC; + --background: #FFD3AC; + --card: #ffedcd; --foreground: #2e2521; --primary-cta: #2e2521; --primary-cta-text: #fcf6ec; -- 2.49.1