From daeef9a424410f06d49f96d0e50a8bfe8ffaf56d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 06:32:44 +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 38762a1..5be0436 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #5cebeb; - --card: #990ef7; + --card: #b46de3; --foreground: #2a2928; --primary-cta: #de8731; --primary-cta-text: #f5f4ef;