From c5b3e7051cb14031f796a291fc55621f7900acd5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:00:44 +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 77f467b..d63f93f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #38b8c7; --card: #171717; --foreground: #f5f5f5; --primary-cta: #d4af37; -- 2.49.1