diff --git a/script.user.js b/script.user.js index 0b48723..efe855f 100644 --- a/script.user.js +++ b/script.user.js @@ -15,7 +15,7 @@ body, .primary-navbar .active a, .navbar, .ui-dialog { background: #0f161c !important; color: white !important; } -.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small, .close { +.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small { color: white; } input, .form-control, .splitter-bar, .splitter-pane { @@ -74,6 +74,10 @@ background: black; .modal-content { background: #0f161c !important; } +.close { +color: black; +opacity: 1; +} `; document.body.appendChild(style);