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 = `
|
style.innerHTML = `
|
||||||
body, .primary-navbar .active a, .navbar {
|
body, .primary-navbar .active a, .navbar {
|
||||||
background: #0f161c !important;
|
background: #0f161c !important;
|
||||||
background-color: #0f161c !important;
|
color: white;
|
||||||
color: white !important;
|
}
|
||||||
|
.well {
|
||||||
|
background: black !important;
|
||||||
}
|
}
|
||||||
tr.hoverable:hover {
|
tr.hoverable:hover {
|
||||||
background: #013e6d !important;
|
background: #013e6d !important;
|
||||||
|
|
Loading…
Reference in a new issue