Update script.user.js
This commit is contained in:
parent
872367da5c
commit
69a67b6867
1 changed files with 3 additions and 0 deletions
|
@ -15,5 +15,8 @@ body {
|
||||||
background: #0f161c !important;
|
background: #0f161c !important;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.hoverable:hover {
|
||||||
|
background: 013e6d !important;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
document.body.appendChild(style);
|
document.body.appendChild(style);
|
Loading…
Reference in a new issue