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;