Autofill hover font size

Try this

input:-webkit-autofill::first-line {
  font-size: 24px;
}

It’s not guaranteed to work everywhere.

1 Like