@littlebeargamesdoo Then you do a
var buttonColour = "yourHexCode";
and use this in the other places:
$w(id).style.color = buttonColour;
@littlebeargamesdoo Then you do a
var buttonColour = "yourHexCode";
and use this in the other places:
$w(id).style.color = buttonColour;