From 82a372ab085d074788597551311ebda61cefe0fb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:19:24 +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 45c21e8..2922d63 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #abfff5; + --background: #d6f0ed; --card: #FFFFFF; --foreground: #1C1C1C; --primary-cta: #106EFB; -- 2.49.1