From 7086f45fd82591e9725d7fb714d12214ae43341a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 13:56:19 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 31d3424..a3d91ab 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #341f51; + --primary-cta: #1f3251; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --accent: #15479c; + --background-accent: #a8cce8; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1