From 58e09dbb62fa9e3214bd2727aaec6aa0d2b929b8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:42:34 +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 53a9721..ed990ca 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f7f6f7; - --card: #f8d8e2; + --card: #dfcdd3; --foreground: #250c0d; --primary-cta: #b82b40; --primary-cta-text: #f7f6f7;