From 0016b9e967633c71456fa698c2b93ceb15a56617 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 19:31:40 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 76a93b6..33606f4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #396d3a; + --card: #338d6a; --foreground: #120006e6; --primary-cta: #432570; --primary-cta-text: #ffffff; -- 2.49.1