Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 17:49:58 -08:00
parent 45c7359086
commit d1642a4eb7

View file

@ -15,8 +15,8 @@ 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 * {
background: #212529;
body {
background: #212529 !important;
color: white;
}
.notes {