From fac692e816f9b63aea4bf80bb8f91885ce5587e7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:12:33 +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 a70077c..7f46f95 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #67769a; + --background: #bdb194; --card: #1e293b; --foreground: #f8fafc; --primary-cta: #881337; -- 2.49.1