D
Deleted member 381342
Guest
Please set the <meta name="theme-color"> tag to a dark grey to match the header. By default the browser has decided to go for red (same same as many accents on the site).
Some examples:
<meta name="theme-color" content="#666666" media="(max-width: 900px)">
<meta name="theme-color" content="#333333" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#111111" media="(prefers-color-scheme: dark)">
Included is the default red vs including <meta name="theme-color" content="#2b2d2d">
Some examples:
<meta name="theme-color" content="#666666" media="(max-width: 900px)">
<meta name="theme-color" content="#333333" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#111111" media="(prefers-color-scheme: dark)">
Included is the default red vs including <meta name="theme-color" content="#2b2d2d">
Attachments
Last edited by a moderator: