I am able to change an HTML text box's warning text when the input fails a pattern with:
<input type="text" value="" pattern="(\d|(\d,\d{0,2}))" title="YOUR_WARNING_TEXT" >
But how could I change the colour of the warning? I haven't been able to find out how, if this is possible, in either html or css.