Is it possible to style default validation message boxes using CSS?
While I know how to edit the default validation message text, I am curious if there is a way to specifically target the validation message boxes with CSS.
This question stems from my appreciation for the default validation and is purely for research purposes. I have tried looking for ways to target the validation message box using my browser console, but unfortunately, have not been successful.
For example, could I change the background color of the validation message to blue instead of white? Or adjust the font-size? Is there a CSS solution for this?