-webkit-autofill

PHOTO EMBED

Fri Sep 02 2022 11:23:20 GMT+0000 (Coordinated Universal Time)

Saved by @rstringa

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
   -webkit-text-fill-color: #fff;
   -webkit-box-shadow: 0 0 0px 1000px #000 inset; 
   transition: background-color 5000s ease-in-out 0s;
}
content_copyCOPY