Placeholder not grey enough

Visakh Vijayan - Nov 21 '19 - - Dev Community

Got a request from a client asking to change the placeholder color. Apparently, they are getting confused by the color of the title of the input box and it's placeholder. :P

So this is what worked.

::placeholder 
{
  color: red;
}
Enter fullscreen mode Exit fullscreen mode

Though still not sure what the :: does.

Anyways it worked!

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .