From 78b34c7ba156b1cd59205e937961a8ab82015b99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:08:41 +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 664e24c..993ef1b 100644 --- a/src/index.css +++ b/src/index.css @@ -7,11 +7,11 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #f5fffae6; + --primary-cta: #80da9b; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffffe6; + --secondary-cta-text: #f5fffae6; --accent: #737373; --background-accent: #737373; -- 2.49.1