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");
|
const style = document.createElement("style");
|
||||||
style.innerHTML = `
|
style.innerHTML = `
|
||||||
body, .primary-navbar .active a, .navbar, .btn-primary {
|
body, .primary-navbar .active a, .navbar {
|
||||||
background: #0f161c !important;
|
background: #0f161c !important;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.btn, .btn-primary {
|
||||||
|
color: #0f161c !important;
|
||||||
|
}
|
||||||
.well {
|
.well {
|
||||||
background: black !important;
|
background: black !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue