From d01fb351b944e7d5e66bdf6ceb76f9f77e220e56 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 00:47:13 +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 6619a37..ee26ba3 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: #6139e6; + --background-accent: #b3a8e8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1