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