From f60f8960907adee0516d46cdc41b8d29907210ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:24:37 +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 b494e40..336bff7 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: #00fffb; --card: #1a1a1a; --foreground: #f5f5f5; --primary-cta: #d4af37; -- 2.49.1