diff --git a/script.user.js b/script.user.js index 4b5bc1c..2263812 100644 --- a/script.user.js +++ b/script.user.js @@ -11,10 +11,19 @@ const style = document.createElement("style"); style.innerHTML = ` -body, .primary-navbar .active a, .navbar, .ui-dialog { +body, .primary-navbar .active a, .navbar, .ui-dialog, ui-widget-content { background: #0f161c !important; color: white; } +.ui-dialog-titlebar-close { +background: red; +radius: 100%; +color: white; +} +.ui-widget-header { +background: none; +border: none; +} .btn, .btn-default { color: #0f161c !important; }