From 66f734dbbfa512488cced1dde54e506c3f80cd4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 12:41:38 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b238fda..4425b06 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; + --background: #eaeaea; --card: #f7f5ff; --foreground: #c6ab5b; --primary-cta: #8b5cf6;