From 2c4044196c03be986f6b4f2e1c7840c3944ac451 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:32:04 +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 42773b3..6eeb28f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; + --card: #040020; --foreground: #040020; --primary-cta: #ff8c42; --primary-cta-text: #ffffff;