Dark Reader popup search fix

Only applies to users of Dark Reader, affects all popup searches (select, reference, tag).
Before: image
After: image

/* Dark Reader popup search fix */
.mix-blend-multiply {
	mix-blend-mode: normal; /* multiply is the default */
}
6 Likes

Gah, thanks for sharing this! Been bugging me out, and never knew how to fix it

2 Likes