function dMode(){ var buttons = document.getElementsByTagName('button'); var body = document.body; buttons.style.backgroundcolor="#13f4f3"; body.style.color="f1f1f1"; body.style.backgroundcolor="3c3c3c"; }