fix: Keep sidebar background consistent across themes
Change sidebar background from var(--sidebar-bg) to fixed #d1d4d2 so it remains the same light gray color in both light and dark themes. The sidebar should provide a consistent visual anchor regardless of the main content theme.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
/* Sidebar - Left/Right columns */
|
||||
.cv-sidebar {
|
||||
background: var(--sidebar-bg);
|
||||
background: #d1d4d2; /* Fixed color - same for both themes */
|
||||
padding: 4rem 1.5rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user