From cc891adbd7a14a101530e09f762e4d28b70ae3c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 11:47:42 +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 b182070..f0ddc1b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #fbfaff; - --card: #ffffff; + --card: #eae6fb; --foreground: #0f0022; --primary-cta: #39B6D6; --primary-cta-text: #ffffff; -- 2.49.1