Comment changer de colo de test sur le bouton JS

var about;   
function init() { 
    about = document.getElementById("about").innerHTML;
    about.style.color = 'blue';
}
Blue-eyed Barracuda