From 3ed4fafa2e35a39b70a107cf03426e40a00afde1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:29:44 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f9ab6e8..3d8b628 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,11 +10,11 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #000000; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; - --primary-cta-text: #ffffff; + --foreground: #ffffff; + --primary-cta: #000000; + --primary-cta-text: #000000; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; --accent: #e2e2e2;