From c1ff9edcf09572e37b019efebc829a040c6a8ec0 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:35:21 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/script.user.js b/script.user.js index 4a64761..7d55313 100644 --- a/script.user.js +++ b/script.user.js @@ -13,8 +13,10 @@ const style = document.createElement("style"); style.innerHTML = ` body, .primary-navbar .active a, .navbar { background: #0f161c !important; -background-color: #0f161c !important; -color: white !important; +color: white; +} +.well { +background: black !important; } tr.hoverable:hover { background: #013e6d !important;