Move all css/js into separate files

This commit is contained in:
oobabooga 2023-03-15 12:33:26 -03:00
parent 693b53d957
commit ec972b85d1
6 changed files with 92 additions and 88 deletions

3
css/main.js Normal file
View file

@ -0,0 +1,3 @@
document.getElementById("main").parentNode.childNodes[0].style = "border: none; background-color: #8080802b; margin-bottom: 40px"
document.getElementById("main").parentNode.style = "padding: 0; margin: 0"
document.getElementById("main").parentNode.parentNode.parentNode.style = "padding: 0"