fix: Sync auto theme sidebar color with explicit dark theme
- Auto theme dark mode now uses #3a3d3e (matches explicit dark) - Previously used #2a2a2a causing visible difference when switching - Ensures only two visual states (light/dark) regardless of theme mode
This commit is contained in:
@@ -148,8 +148,8 @@
|
||||
--accent-blue: #3399ff;
|
||||
--accent-green: #2ecc71;
|
||||
|
||||
/* Sidebar (for non-clean theme) */
|
||||
--sidebar-bg: #2a2a2a;
|
||||
/* Sidebar (for non-clean theme) - matches explicit dark theme */
|
||||
--sidebar-bg: #3a3d3e;
|
||||
|
||||
/* Legacy CV content variables - theme-aware overrides */
|
||||
--text-dark: #e0e0e0; /* Light text for dark background */
|
||||
|
||||
Reference in New Issue
Block a user