diff --git a/script.user.js b/script.user.js index 63aec5e..964ff34 100644 --- a/script.user.js +++ b/script.user.js @@ -11,7 +11,7 @@ const style = document.createElement("style"); style.innerHTML = ` -body, active { +body, .active, .navbar { background: #0f161c !important; color: white; }