From 975c6261303aa19f2783d5820fdaa93db65edc47 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:35:50 +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 bdaf4b2..7f0e401 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: #d4eaff; --card: #ffffff; --foreground: #1f2027; --primary-cta: #000000;