From 62c35200970e59890e0063b0484dc74839a4b2d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:39:41 +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 3d0e32c..54d77a0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #000000; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --foreground: #151fff; + --primary-cta: #5ff3ff; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; -- 2.49.1