From 8dfb0fdcca1333fedc48fa166135b8431799ec4d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 06:23: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 5f144b6..57d25eb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; + --background: #949BA0; --card: #f7fffa; --foreground: #001a0a; --primary-cta: #0a7039; -- 2.49.1