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:
juanatsap
2025-11-19 15:08:03 +00:00
parent 59a16ce1e0
commit 85de5b621f
+2 -2
View File
@@ -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 */