From f9cd35dc71d473b54e198f6c482e700be02bf0bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 10:58:56 +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 b7afc67..5cc9b73 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f5f4ef; - --card: #dad6cd; + --card: #d6ccd9; --foreground: #2a2928; --primary-cta: #2a2928; --primary-cta-text: #f5f4ef;