From 56d5b319729a91c1442bb9dd8820218290fd1fbd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 00:47:06 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index fc63b9f..6619a37 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fafffb; + --background: #f5f5f5; --card: #ffffff; - --foreground: #001a0a; - --primary-cta: #0a705f; - --primary-cta-text: #fafffb; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbfb8; + --secondary-cta-text: #1c1c1c; + --accent: #15479c; + --background-accent: #a8cce8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1