Update script.user.js

This commit is contained in:
Nova Cat 2024-11-30 20:11:35 -08:00
parent 872367da5c
commit 69a67b6867

View file

@ -15,5 +15,8 @@ body {
background: #0f161c !important;
color: white;
}
.hoverable:hover {
background: 013e6d !important;
}
`;
document.body.appendChild(style);