Body background color
Per applicare il colore di background anche al body includere anche il seguente script:
<script>document.querySelector("body").style.backgroundColor = '#000';</script>
Per applicare il colore di background anche al body includere anche il seguente script:
<script>document.querySelector("body").style.backgroundColor = '#000';</script>