Update script.user.js
This commit is contained in:
parent
117629520c
commit
1b9a2f22f1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ background: #0f161c !important;
|
|||
color: white;
|
||||
}
|
||||
tr.hoverable:hover {
|
||||
background: 013e6d !important;
|
||||
background: #013e6d !important;
|
||||
}
|
||||
`;
|
||||
document.body.appendChild(style);
|
Loading…
Reference in a new issue