From 7a35d00869abeb473e6f1894600df8e69a86132d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:50:22 +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 d60c0a4..8405523 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; + --background: #0c537c; --card: #ffffff; --foreground: #1f2027; --primary-cta: #1f2027; -- 2.49.1