From 72cdfc14c40afe6d9d95d9f6dc70f04b761c2511 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:22:03 +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 bfd2285..d5dba34 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf7; + --background: #0097ff; --card: #f4f1ed; --foreground: #3d3b37; --primary-cta: #4a5d4e; -- 2.49.1