From 4061ec3aa3390e2f821a70613a4d24450652fdf2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 17:13:24 +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 bc9b5a4..68555eb 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: #f0f8ffe6; + --primary-cta: #cee7ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffffe6; + --secondary-cta-text: #f0f8ffe6; --accent: #737373; --background-accent: #737373;