Re: [w3c/manifest] Add support for defining a theme color for both light & dark modes (prefers color scheme) (#975)

BTW, what about this? Don't beat me. :) This request is very similar to https://github.com/w3c/manifest/issues/892.

```html
<link
  rel="manifest"
  href="./manifest.light.json"
  media="(prefers-color-scheme: no-preference), (prefers-color-scheme: light)"
/>

<link
  rel="manifest"
  href="./manifest.dark.json"
  media="(prefers-color-scheme: dark)"
/>
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-1109434065
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/975/1109434065@github.com>

Received on Tuesday, 26 April 2022 07:16:21 UTC