[Webkit-unassigned] [Bug 229976] [WinCairo] Support prefers-color-scheme media query

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 6 17:16:11 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229976

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
https://kuro.netlify.app/ doesn't have a background image in WinCairo.
It doesn't support browsers not supporting prefers-color-scheme.

> @media (prefers-color-scheme: light) {
>     body{
>         background: url("img/bglight.svg") no-repeat;
>     }
> }
> 
> @media (prefers-color-scheme: dark) {
>     body{
>         background: url("img/bgdark.svg") no-repeat;
>     }
> }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210907/43109468/attachment.htm>


More information about the webkit-unassigned mailing list