From b247dc18a7445e387f183c6621f9561b202d8a3d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:25:19 +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 62b08f6..0f398fe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,9 +11,9 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #1a1a1a; + --card: #000000; --foreground: #ffffff; - --primary-cta: #1f7cff; + --primary-cta: #000000; --primary-cta-text: #ffffff; --secondary-cta: #010101; --secondary-cta-text: #ffffff; -- 2.49.1