diff --git a/script.user.js b/script.user.js index 8de3cf7..cddddcd 100644 --- a/script.user.js +++ b/script.user.js @@ -13,7 +13,7 @@ document.documentElement.setAttribute('data-bs-theme', 'dark'); document.documentElement.classList.add("text-white"); -const noBoostrapStyle = document.createElement('style'); +const style = document.createElement('style'); noBoostrapStyle.innerHTML = ` body { background: #212529; @@ -29,4 +29,4 @@ noBoostrapStyle.innerHTML = ` color: #212529; } `; -document.head.appendChild(noBoostrapStyle); \ No newline at end of file +document.head.appendChild(style); \ No newline at end of file