Change colour of checkbox

Got it working!

Add a html element to your page:

Add this code to the html element (change the color code to suit):

<style>

input[type="checkbox"] {
accent-color: #47978c;
}

</style>

You don’t need to link an id attribute: