- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 01 Jun 2021 02:07:01 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 June 2021 09:07:25 UTC
Hmmm..., we'd probably want to just generalize the overrides... and now I've changed my opinion about the property names, as it's clear what it's doing... ```JSON "media_overrides": { "(prefers-color-scheme: dark)": { "theme_color": "#fff", "background_color": "#000" }, "(prefers-color-scheme: light)": { "theme_color": "#000", "background_color": "#fff" } } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/975#issuecomment-851962609
Received on Tuesday, 1 June 2021 09:07:25 UTC