Dark search on light theme

On a MacBook on light theme, the search box is dark and the font color is purple.

Sorry, moved to help for not following the bug report template.

Use DevTools and found some changes, mb you have plugin or snippet what change it. You can use next code in snippet for change color:

input[type='search']{
	background: white;
	
}