From 6eb4fe2ec8b6a7ccf32eaf12c1dd151ee7368f48 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:04:02 +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 7a68864..afbaec0 100644 --- a/src/index.css +++ b/src/index.css @@ -7,11 +7,11 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5fffae6; - --primary-cta: #80da9b; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #f5fffae6; + --secondary-cta-text: #ffffffe6; --accent: #737373; --background-accent: #737373;