This Mozilla article mentions that the initial value for the CSS color
property varies from one browser to the next.
https://developer.mozilla.org/en/docs/Web/CSS/color
What is the initial value used by the Chrome browser?
This Mozilla article mentions that the initial value for the CSS color
property varies from one browser to the next.
https://developer.mozilla.org/en/docs/Web/CSS/color
What is the initial value used by the Chrome browser?
It varies by element and platform .
Hopefully this post will help you but you can see the chrome default user agent stylesheet here
I hope this helps https://themeforest.net/forums/thread/google-chrome-placeholder-color/62392
::-webkit-input-placeholder { color: inherit; }