Update script.user.js
This commit is contained in:
parent
c30d9cd7b2
commit
77d44ea4d0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue