From 53fe0f6c5a0d6a8e1b933150c09d4a7801c4a735 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:43:43 +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 bebab76..cbce47d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f8f5ffe6; - --primary-cta: #c89bff; + --foreground: #fff5f5e6; + --primary-cta: #ff7a7a; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #f8f5ffe6; + --secondary-cta-text: #fff5f5e6; --accent: #737373; --background-accent: #737373; -- 2.49.1