diff --git a/static/css/04-interactive/_modals.css b/static/css/04-interactive/_modals.css index 616d89a..90e087a 100644 --- a/static/css/04-interactive/_modals.css +++ b/static/css/04-interactive/_modals.css @@ -857,6 +857,7 @@ padding: 10px 20px; font-size: 0.9rem; width: 100%; + justify-content: center; } /* Reduce footer padding */ @@ -864,6 +865,21 @@ padding-top: 0.75rem; margin-top: 0.5rem; } + + /* Ensure header and close button are clearly visible */ + .info-modal-header h2 { + color: #000; + opacity: 1; + } + + .info-modal-close { + background: rgba(0, 0, 0, 0.08); + color: #000; + } + + .info-modal-close:hover { + background: rgba(0, 0, 0, 0.15); + } } /* =============================================================================