diff --git a/script.user.js b/script.user.js index 46aff37..3d40a2e 100644 --- a/script.user.js +++ b/script.user.js @@ -15,7 +15,7 @@ document.documentElement.setAttribute('data-bs-theme', 'dark'); // Set dark mode document.documentElement.classList.add("text-white"); // Set the text color with BS5's respective class. const style = document.createElement('style'); // In case the page doesn't use BS5 style.innerHTML = ` - body, .footer, .body { + body, .footer, .body, textarea { background: #212529 !important; color: white; }