From 0f83bb4f930ec0f9bb9bca3a5381b99f7c5f3be6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 15:04:14 +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 bfcb354..8bb34db 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #b917be; --card: #f9f9f9; --foreground: #000000; - --primary-cta: #f9ded3; + --primary-cta: #c853c0; --primary-cta-text: #000000; --secondary-cta: #f9f9f9; --secondary-cta-text: #120a00e6;