Improve header bar colors
This commit is contained in:
parent
617530296e
commit
4961f43702
2 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
document.getElementById("main").parentNode.childNodes[0].style = "border: none; background-color: #8080802b; margin-bottom: 40px";
|
||||
document.getElementById("main").parentNode.childNodes[0].classList.add("header_bar");
|
||||
document.getElementById("main").parentNode.style = "padding: 0; margin: 0";
|
||||
document.getElementById("main").parentNode.parentNode.parentNode.style = "padding: 0";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue