From 0044ce50c85f28edb4002059582cf78406576c8c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:04:09 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 d45b6e6..9458b5e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #2e2521; --primary-cta: #2e2521; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #f3ede2; --secondary-cta-text: #2e2521; --accent: #b2a28b; --background-accent: #b2a28b;