From 69a67b686730e5b1a5f5047f4ecd7720f1c0555b Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:11:35 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script.user.js b/script.user.js index 29e0c26..41f857a 100644 --- a/script.user.js +++ b/script.user.js @@ -15,5 +15,8 @@ body { background: #0f161c !important; color: white; } +.hoverable:hover { +background: 013e6d !important; +} `; document.body.appendChild(style); \ No newline at end of file