diff --git a/script.user.js b/script.user.js index aa0f626..7116661 100644 --- a/script.user.js +++ b/script.user.js @@ -11,12 +11,16 @@ const style = document.createElement("style"); style.innerHTML = ` -body { +body, active { background: #0f161c !important; color: white; } tr.hoverable:hover { background: #013e6d !important; } +.pale { +color: white; +opacity: 1; +} `; document.body.appendChild(style); \ No newline at end of file