On a form I\'m working on, Chrome is auto-filling the email and password fields. This is fine, however, Chrome changes the background colour to a pale yellow colour.
and this worked for me (Chrome 76 tested)
input:-internal-autofill-selected { background-color: transparent; }