stlyes fixes
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user