From 96ea34c505ee3ca96e7a9bd8e74d7baa68e50d83 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 17:53:35 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index b366678..46aff37 100644 --- a/script.user.js +++ b/script.user.js @@ -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; }