Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 20:35:21 -08:00
parent ec0003b05a
commit c1ff9edcf0

View file

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