There should be a way to make favicon react on theme switching. Current list of media queries supported by meta
attribute doesn’t include prefers-color-scheme
query. It could be solved from a script, but it is non-optimal.
Motivation
Dark and especially black favicons became unrecognizable in dark mode.
Proposal
Add prefers-color-scheme
into list of queries supported by icon’s media
attribute.