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