From f1be6bc7c4708c9a1549ebbe692fd7225eca9a1a Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 17:48:13 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 503ea74..b3315d1 100644 --- a/script.user.js +++ b/script.user.js @@ -16,7 +16,7 @@ document.documentElement.classList.add("text-white"); // Set the text color with const style = document.createElement('style'); // In case the page doesn't use BS5 noBoostrapStyle.innerHTML = ` body { - background: #212529; + background: #212529 !important; color: white; } .notes {