The Browser Filled It

whether a field was autofilled by the browser

input:autofill {
  box-shadow: 0 0 0 100px var(--surface-2) inset;
  -webkit-text-fill-color: var(--text-1);
}