Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 20:44:21 -08:00
parent ff819211c8
commit 3f8f4a6481

View file

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