From 88358a1d364c5a11a020b39528cec2a86f58c3bf Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:17:05 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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