add dialog content

This commit is contained in:
Nova Cat 2024-11-30 21:05:34 -08:00
parent 0de554ba42
commit 1540adb96b

View file

@ -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;
}