From 21349962da6e536a9236d0095e065d7149442225 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:27:28 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..0406275 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,9 +13,9 @@ --background: #000000; --card: #0c0c0c; --foreground: #ffffff; - --primary-cta: #106EFB; + --primary-cta: #fa0f0f; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #1960ff; --secondary-cta-text: #ffffff; --accent: #535353; --background-accent: #106EFB; -- 2.49.1