diff --git a/script.user.js b/script.user.js index 964ff34..a45fe6d 100644 --- a/script.user.js +++ b/script.user.js @@ -13,7 +13,8 @@ const style = document.createElement("style"); style.innerHTML = ` body, .active, .navbar { background: #0f161c !important; -color: white; +background-color: #0f161c !important; +color: white !important; } tr.hoverable:hover { background: #013e6d !important;