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 {