From 1ee690a6958b7658ea64c9b2c985fe68e26dde0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 01:06:59 +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 369728e..8cf8755 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: #fffefe; --card: #000000; --foreground: #ffffff; --primary-cta: #d4af37;