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