From af7d25c6998c3e2495e237f9b969cbc5dbc91025 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 14:51:17 +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 61e46e9..1a480a1 100644 --- a/src/index.css +++ b/src/index.css @@ -7,11 +7,11 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #fff5f5e6; - --primary-cta: #ff7a7a; + --foreground: #f8f5ffe6; + --primary-cta: #c89bff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #fff5f5e6; + --secondary-cta-text: #f8f5ffe6; --accent: #737373; --background-accent: #737373; -- 2.49.1