stlyes fixes

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-29 19:52:51 +00:00
parent c91175fdcb
commit 4f7ab9c606
155 changed files with 1576 additions and 2489 deletions

View File

@@ -67,11 +67,11 @@
DARK MODE OVERRIDES
=================================================================== */
.dark {
--color-surface: #1f2937;
--color-panel: #1f2937;
--color-panel-alt: #111827;
--color-text: #e5eaf0;
--color-text-dim: #9ca3af;
--color-stroke: #374151;
--color-surface: #1A2B3C; /* Charcoal navy (matches --color-navy) */
--color-panel: #243A4D; /* Slightly lighter navy for cards */
--color-panel-alt: #142230; /* Deeper navy for nested panels */
--color-text: #E8F0F4; /* Cool off-white (matches --color-text-light) */
--color-text-dim: #8A9BAC; /* Muted blue-gray for secondary text */
--color-stroke: #2E4A5E; /* Blue-tinted border color */
}