From 16c70e7f2fbd2025c88074388fe9fff958fa318a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 00:09:49 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..f53faed 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,13 +10,13 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; + --background: #fdbc58; --card: #f3ede2; --foreground: #2e2521; - --primary-cta: #2e2521; + --primary-cta: #066931; --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; - --secondary-cta-text: #2e2521; + --secondary-cta-text: #066931; --accent: #b2a28b; --background-accent: #b2a28b; -- 2.49.1