I'm so pissed with the dialog

This commit is contained in:
Nova Cat 2024-11-30 21:13:32 -08:00
parent bdac254ad6
commit 5017cb95dc

View file

@ -11,10 +11,13 @@
const style = document.createElement("style");
style.innerHTML = `
body, .primary-navbar .active a, .navbar, .ui-dialog, ui-widget-content {
body, .primary-navbar .active a, .navbar, .ui-dialog {
background: #0f161c !important;
color: white !important;
}
.ui-widget-content {
color: white;
}
.ui-dialog-titlebar-close {
background: red !important;
border-radius: 100%;