Update script.user.js
This commit is contained in:
parent
a39fdf3990
commit
f1be6bc7c4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue