From 72530e52a43186ff542e6173e0ebdf2c16f6a6fb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:55:40 +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 6fc668c..5c668ff 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #f9f9f9; + --card: #ffda20; --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #000000; -- 2.49.1