From bf7862880b3a6fd68c0ca6c68e99a8985916a153 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:09:32 +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..c000e90 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; + --background: #96e5f6; --card: #dad6cd; --foreground: #2a2928; --primary-cta: #2a2928; -- 2.49.1