From 9c4c7ca561236631665234db4421d2d9be1513cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 09:44:22 +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 3a46162..4e70ecf 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: #f0f8ffe6; + --primary-cta: #cee7ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #f5fffae6; + --secondary-cta-text: #f0f8ffe6; --accent: #737373; --background-accent: #737373; -- 2.49.1