add dialogs

This commit is contained in:
Nova Cat 2024-11-30 21:01:05 -08:00
parent 3f8f4a6481
commit 09801ad6e3

View file

@ -11,7 +11,7 @@
const style = document.createElement("style");
style.innerHTML = `
body, .primary-navbar .active a, .navbar {
body, .primary-navbar .active a, .navbar, .ui-dialog {
background: #0f161c !important;
color: white;
}