diff --git a/static/css/03-components/_sidebar.css b/static/css/03-components/_sidebar.css index 185faf5..42fda6b 100644 --- a/static/css/03-components/_sidebar.css +++ b/static/css/03-components/_sidebar.css @@ -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; } diff --git a/templates/partials/modals/pdf-modal.html b/templates/partials/modals/pdf-modal.html index 9a93508..9795a61 100644 --- a/templates/partials/modals/pdf-modal.html +++ b/templates/partials/modals/pdf-modal.html @@ -226,18 +226,21 @@