From 0600626277696d9df65c24e30840024e258b8e02 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 09:40:18 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index be480e6..56c7532 100644 --- a/src/index.css +++ b/src/index.css @@ -12,8 +12,8 @@ --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: 0.5rem; -- 2.49.1