From c6645b764e4fc003350704554f515200075a49a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:15:35 +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 0fdb09b..14f7d40 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; + --background: #c5ab66; --card: #f6f7f4; --foreground: #080908; - --primary-cta: #0e3a29; + --primary-cta: #283E06; --primary-cta-text: #fffefe; --secondary-cta: #e7eecd; --secondary-cta-text: #080908; -- 2.49.1