This commit is contained in:
Nova Cat 2024-11-30 22:27:08 -08:00
parent 07975c9293
commit 44767c9f7a

View file

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