fix: Make CV main content area theme-aware
Change .cv-main background from var(--paper-white) to var(--paper-bg) so it adapts to theme: - Light theme: white (#ffffff) - Dark theme: cool dark gray (#1a1a1a) Now the entire CV paper is dark in dark theme, not just the page background.
This commit is contained in:
@@ -33,6 +33,6 @@
|
|||||||
|
|
||||||
/* Main Content Area */
|
/* Main Content Area */
|
||||||
.cv-main {
|
.cv-main {
|
||||||
background: var(--paper-white);
|
background: var(--paper-bg);
|
||||||
padding: 3rem 2.5rem 8rem 2.5rem; /* Bottom padding for footer and zoom control clearance */
|
padding: 3rem 2.5rem 8rem 2.5rem; /* Bottom padding for footer and zoom control clearance */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user