From 8f8e95d391b51822f644a61054f8bfa0e1e6e2e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:26:29 +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 3ca3638..aedd7a5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #4E3F3a; --primary-cta: #8FAE93; --primary-cta-text: #FFFFFf; - --secondary-cta: #E6B7B2; + --secondary-cta: #F4C6Cc; --secondary-cta-text: #1a0000; --accent: #f5c4c7; --background-accent: #ffffc7; -- 2.49.1