From 6a3191dc5358194d52b04fae48c49137e339c9bd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 09:16:12 +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 09de3c6..8a1b1cf 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #341f51; + --primary-cta: #1f514c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --accent: #159c49; + --background-accent: #a8e8ba; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1