From 239746d1140e34ba0c11415a37cd2397bbfbfd32 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 19:12:17 +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 8753c8a..93745f5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #ffcdcd; --primary-cta: #FFCDCD; --primary-cta-text: #000000; - --secondary-cta: #efe7dd; + --secondary-cta: #FFCDCD; --secondary-cta-text: #2b180a; --accent: #94877c; --background-accent: #afa094;