I know that the default validation message text can be edited like this
Change default HTML input validation message
But I want to know if there is a way to target the default validation message boxes with CSS
I really like the default validation and this is a research question, I have looked with my browser console to try target the validation message box. But the browser doesn't pick it up.
Let's say I wanted to make the background of the validation message blue and not white or maybe I wanted to change the font-size. Is there any was to target these validation message boxes CSS?