From 7fe6c728761741ba1dd16908fc05e43bd7ca1a69 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:16:11 +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 3d87c83..f53acff 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --primary-cta: #1f514c; --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; -- 2.49.1