Como alterar o teste de teste no botão JS
var about;
function init() {
about = document.getElementById("about").innerHTML;
about.style.color = 'blue';
}
Blue-eyed Barracuda