Update script.user.js
This commit is contained in:
parent
ec0003b05a
commit
c1ff9edcf0
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,10 @@ const style = document.createElement("style");
|
|||
style.innerHTML = `
|
||||
body, .primary-navbar .active a, .navbar {
|
||||
background: #0f161c !important;
|
||||
background-color: #0f161c !important;
|
||||
color: white !important;
|
||||
color: white;
|
||||
}
|
||||
.well {
|
||||
background: black !important;
|
||||
}
|
||||
tr.hoverable:hover {
|
||||
background: #013e6d !important;
|
||||
|
|
Loading…
Reference in a new issue