All Verj.io controls can be dynamically styled via server side JavaScript. For example, the following code
controls.B1.backgroundColor = "blue";
will change the background colour of the button control called B1 to be blue.
You can also add and remove classes, hide and show, and set any control property.