Skip to content

Instantly share code, notes, and snippets.

@erdemoflaz
Created July 25, 2018 11:06
Show Gist options
  • Save erdemoflaz/22e2d1bc5bdb94b994385e3e142ca9e8 to your computer and use it in GitHub Desktop.
Save erdemoflaz/22e2d1bc5bdb94b994385e3e142ca9e8 to your computer and use it in GitHub Desktop.
F*CK CHROME, remove the autocomplete yellow color
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 50px white inset;
-webkit-text-fill-color: #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment