From beae0e79e0ab3b21ee2e76f9877b2888b0236723 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 20:19:31 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index cba4d73..461e3de 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/blue */ - --background: #f8fafc; - --card: #f1f5f9; - --foreground: #0f172a; - --primary-cta: #106FEB; - --primary-cta-text: #ffffff; - --secondary-cta: #e2e8f0; - --secondary-cta-text: #0f172a; - --accent: #B4D4F8; - --background-accent: #106FEB; + --background: #fafffb; + --card: #ffffff; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; + --secondary-cta: #ffffff; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* @layout/border-radius/rounded */ --radius: 1.5rem; -- 2.49.1