From 046749e56b107d32fc9d884f512408776dce31bc Mon Sep 17 00:00:00 2001 From: development Date: Fri, 13 Mar 2026 14:27:17 +0000 Subject: [PATCH] Sync from GitHub --- 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 1b816ec..ebcaceb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f7f6f7; - --card: #ffffff; + --card: #1d1282; --foreground: #1b0c25; --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7;