From 3f8f4a64816b17bfaf35a303b53b1e5540502a4a Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:44:21 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }