From 1e06d719d58aceedc914893b57039ee420a3521b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:51:20 +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 7e9b051..660ac64 100644 --- a/src/index.css +++ b/src/index.css @@ -7,11 +7,11 @@ /* @colorThemes/lightTheme/grayBlueAccent */ --background: #ffffff; --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; + --foreground: #000f06e6; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; - --secondary-cta-text: #000612e6; + --secondary-cta-text: #000f06e6; --accent: #e2e2e2; --background-accent: #c4c4c4; -- 2.49.1