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