From 1b9a2f22f1c6f6cba4b1d785efffc4175a46633d Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:13:58 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 8273541..aa0f626 100644 --- a/script.user.js +++ b/script.user.js @@ -16,7 +16,7 @@ background: #0f161c !important; color: white; } tr.hoverable:hover { -background: 013e6d !important; +background: #013e6d !important; } `; document.body.appendChild(style); \ No newline at end of file