Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 20:43:47 -08:00
parent 8852514f96
commit ff819211c8

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, .btn-primary {
background: #0f161c !important;
color: white;
}