diff --git a/script.user.js b/script.user.js index 1aaa2da..9f9f9ec 100644 --- a/script.user.js +++ b/script.user.js @@ -11,10 +11,13 @@ const style = document.createElement("style"); style.innerHTML = ` -body, .primary-navbar .active a, .navbar, .btn-primary { +body, .primary-navbar .active a, .navbar { background: #0f161c !important; color: white; } +.btn, .btn-primary { +color: #0f161c !important; +} .well { background: black !important; }