Changing color and/or icon of checkbox

Twine Version: 2.5.1
Story Format: Harlowe 3.3.3

I can’t for the life of me figure out what exactly I need to put in the stylesheet to change the color of the icon for a (checkbox:). Anyone able to help?

1 Like

You know, Jonah. We gotta stop meeting like this. :wink:

Use the following CSS:

input[type=checkbox] {
	accent-color: red;
}

There are other things you can do to tweak the way a checkbox is displayed, but this one should get you going in the right direction.

Thank you T_T You are such a life saver, man. I unfortunately don’t think this is the last you’ll see of me…

1 Like