From 14dd85b4462f797e8f6a86c4ade2644d02bef415 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 06:06:12 +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 eda6930..6244bf7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #737373;; --background-accent: #737373;; */ - --background: #000000;; + --background: #ffffff;; --card: #1a1a1a;; - --foreground: #f8f5ffe6;; + --foreground: #000000;; --primary-cta: #c89bff;; --primary-cta-text: #0a0a0a;; --secondary-cta: #1a1a1a;; -- 2.49.1