My site ( https://knpw.rs ) has a tag in the <head>
as such:
<meta name="theme-color" content="#F9F9F9"/>
On Safari Mobile (iOS) the theme-color
is respected for the header:
But on Safari Desktop, the theme-color
is not respected:
Compare to https://registry.terraform.io which has theme-color
set to #5c4ee5
:
Which is also respected on mobile:
Why isn't my theme-color
respected on Safari 15 Desktop?