From 4d3200f6219c93f4068ee6551851177f3e4421d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 00:52:09 +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 bceccd5..58fc07d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #fffefe; + --card: #000000; --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #0a0a0a;