Update script.user.js
This commit is contained in:
parent
77d44ea4d0
commit
ec0003b05a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
const style = document.createElement("style");
|
const style = document.createElement("style");
|
||||||
style.innerHTML = `
|
style.innerHTML = `
|
||||||
body, .active, .navbar {
|
body, .primary-navbar .active a, .navbar {
|
||||||
background: #0f161c !important;
|
background: #0f161c !important;
|
||||||
background-color: #0f161c !important;
|
background-color: #0f161c !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
|
|
Loading…
Reference in a new issue