📢 Early heads up that later this year @Google Search will take the new favicon mark-up options into account we asked you about before:
```html
<link href="dark.png" media="(prefers-color-scheme: dark)" rel="icon"/>
<link href="default.png" rel="icon"/>
```
Thomas Steiner: On the Chrome team, we're thinking of making
`
<link href="dark.png" media="(prefers-color-scheme: dark)" rel="icon"/>
`
happen (i.e., for the `link` tag to respect the `media` attribute! If you think this is a good idea, please star ⭐ this bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=970159
https://twitter.com/donavon/status/1228424408269758464