From 8e8e423cee9d99878991847a5aed095508c31bcc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:51:04 +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 9c35254..edad537 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0eb8ea; + --background: #b58ae5; --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #1c1c1c; -- 2.49.1