From f8bc8efc7f03b78ef62a26029de17cd7393f8541 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 04:18:31 +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 1a5bb9f..5e3cc39 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; + --background: #5c9dae; --card: #ffffff; --foreground: #1a1a1a; --primary-cta: #2c2c2c;