bmorelli25 / portfolio-template

A Web Developer Portfolio Template
MIT License
336 stars 141 forks source link

placeholders color #13

Open DevDario opened 1 year ago

DevDario commented 1 year ago

both input filds placeholder text color in contact section doesn't seems very beautiful, you should replace it with a

.inputClass::placeholder{
color:#fff ; 
/* or */
//color: #fdfdfd;
}