Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 20:30:02 -08:00
parent e4ccc902a5
commit c30d9cd7b2

View file

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