From 02533f7b1d4888a0f97030d9bf217f499f72fcff Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:10:40 +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 a5010ed..4a9e764 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0b600e; + --background: #26432d; --card: #f9f9f9; --foreground: #120006e6; - --primary-cta: #e63946; + --primary-cta: #e5f013; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120006e6; -- 2.49.1