From 77d44ea4d07056592afbc16cdfa30b08acdca139 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:32:28 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 964ff34..a45fe6d 100644 --- a/script.user.js +++ b/script.user.js @@ -13,7 +13,8 @@ const style = document.createElement("style"); style.innerHTML = ` body, .active, .navbar { background: #0f161c !important; -color: white; +background-color: #0f161c !important; +color: white !important; } tr.hoverable:hover { background: #013e6d !important;