From 9638dcd7e2f48330aac35db22d5b6167420ca2cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:58:31 +0000 Subject: [PATCH] Switch to version 1: modified 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 a2f09f2..d0f8a09 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #F0E6D3; --primary-cta: #B5906A; --primary-cta-text: #0D0D0D; - --secondary-cta: #1A1A1A; + --secondary-cta: #B5906A; --secondary-cta-text: #F0E6D3; --accent: #B5906A; --background-accent: #1A1A1A;