remove yellow color from fields chrome autocomplete

Developer from somewhere

Problem: want to get rid of the yellow color that appears when chrome autofills a field.

Solution: found here

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}