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