From 40ec244297f5f77f3cc4d18bca6f73c8caa55fef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:26:42 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 72a5d9a..53a128f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #000000; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; + --foreground: #ffffff; + --primary-cta: #c2c2c2; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; + --secondary-cta-text: #ffffff; --accent: #c68a62; --background-accent: #c68a62;