From 00460d0f7fe5caaae61b7b49fe5b3f7f90a28231 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:47:18 +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 fc40dc8..e657f53 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #dee3f0; + --background: #e8eaed; --card: #e9a1b4; --foreground: #391617; --primary-cta: #ba0e3c; -- 2.49.1