You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The color:inherit will obviously cause problems if font color is set to something close to white in any section of html. (Say a header section, etc with a dark background). Since the font-color becomes inherited, but the background remains default in input elements, it won't look correct or make any sense. It should NOT be assumed that the user's text in a section of html will not be white or a color close to what happens to be background color of input elements.