From aa68d81696f75611b509186ddf1abb741547957d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 19:31:09 +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 fd9ebfc..76a93b6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,9 +11,9 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; + --card: #396d3a; --foreground: #120006e6; - --primary-cta: #e63946; + --primary-cta: #432570; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120006e6; -- 2.49.1