From 44f0d5329910d8b93efca03702ffd713f2578ef0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:14:17 +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 3f33a7a..97774fe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #ffdf7d; + --primary-cta: #e5dfcd; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; -- 2.49.1