Theme-color not working

Hello, these lines doesn’t work. Why not?

<meta name="theme-color" content="#e08a68" media="(prefers-color-scheme: light)">
    <meta name="theme-color" content="#000" media="(prefers-color-scheme: dark)">

I tried everything but it will not set the color i want…

kind regards, Tim

That should work, but without more info I can’t tell you if this is a conflicting code, code-in-the-wrong-spot, a cache thing, or something else entirely.

Try it on a different device/network or clear your cache. If it still does not work please share your URL.

9 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.