From 4283c4c2d26b45d8da57e5c9b3a93d59b7b7f31e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 22:25:32 +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 11e86ec..5c4774f 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: #159c49; - --background-accent: #a8e8ba; + --accent: #15479c; + --background-accent: #a8cce8; /* @layout/border-radius/rounded */ --radius: 1rem;