Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 20:32:28 -08:00
parent c30d9cd7b2
commit 77d44ea4d0

View file

@ -13,7 +13,8 @@ const style = document.createElement("style");
style.innerHTML = ` style.innerHTML = `
body, .active, .navbar { body, .active, .navbar {
background: #0f161c !important; background: #0f161c !important;
color: white; background-color: #0f161c !important;
color: white !important;
} }
tr.hoverable:hover { tr.hoverable:hover {
background: #013e6d !important; background: #013e6d !important;