From 80ce388e6597a2732234c58d292e8aa0b8af279b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:59:44 +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 2854b72..dcb15ce 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #fcfcfc; - --foreground: #e965d2; + --foreground: #b1469f; --primary-cta: #0f0871; --primary-cta-text: #ffffff; --secondary-cta: #e0a911;