From fffa1e5cac22cc75d35b99de55e0d3f0460fc97e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:45 +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 993ef1b..28dfe41 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: #fff5f5e6; + --primary-cta: #ff7a7a; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #f5fffae6; + --secondary-cta-text: #fff5f5e6; --accent: #737373; --background-accent: #737373;