From b5cac5aca43183013ec60f7c115031565a26f9a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:52:58 +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 1e29d7e..e8a884a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,10 +13,10 @@ --background: #f12256; --card: #ffffff; --foreground: #45aaeb; - --primary-cta: #0798ff; - --primary-cta-text: #27d7f2; + --primary-cta: #6c98b7; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2429; + --secondary-cta-text: #ffffff; --accent: #93c7ff; --background-accent: #000000; -- 2.49.1