From b0bb50be63c33a7d7f1cd4ca629a42cfb18b5393 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 17:49:05 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.user.js b/script.user.js index b3315d1..ab50c38 100644 --- a/script.user.js +++ b/script.user.js @@ -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 noBoostrapStyle.innerHTML = ` - body { - background: #212529 !important; + body * { + background: #212529; color: white; } .notes {