Update script.user.js
This commit is contained in:
parent
2d078790fe
commit
96ea34c505
1 changed files with 1 additions and 1 deletions
|
@ -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, .customalert, .footer, .body {
|
||||
body, .footer, .body {
|
||||
background: #212529 !important;
|
||||
color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue