From 5a9c1ebc85e8127365006116d32b5cf73adbecbb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:29:54 +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 c7c7967..ebbe53d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #817e05; + --card: #fff939; --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #ffffff; -- 2.49.1