From c30d9cd7b268d76bb8cd90ac696aa8dc5aedd048 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:30:02 -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 63aec5e..964ff34 100644 --- a/script.user.js +++ b/script.user.js @@ -11,7 +11,7 @@ const style = document.createElement("style"); style.innerHTML = ` -body, active { +body, .active, .navbar { background: #0f161c !important; color: white; }