如何修改chrome记住密码后自动填充表单的黄色背景 ?

  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189); /* #FAFFBD; */
    background-image: none;
    color: rgb(0, 0, 0);
  }
原文地址:https://www.cnblogs.com/hanqingtao/p/8194267.html