From ec6efff093cf25b387fa55225bf0dbbbb55546d1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:04:59 +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 e44942b..d83465d 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: #15479c; - --background-accent: #a8cce8; + --accent: #159c49; + --background-accent: #a8e8ba; /* @layout/border-radius/rounded */ --radius: 1rem;