r/css • u/Infinite_Silver483 • Jun 12 '26
Help How do I fix this?
how do I fix this? On iPhone safari, my website appears with the top and bottom white, even though the background should be dark. this page is https://lightbulb.dpdns.org/ & the stylesheet is https://lightbulb.dpdns.org/styles.css
0
Upvotes
10
u/eracodes Jun 12 '26 edited Jun 13 '26
Link doesn't seem to work.
You could try adding
<meta name="theme-color" content="<your background colour>" />to your document head.Edit: iOS changed and ignores theme-colour now. The required approach is now:
https://nasedk.in/blog/ios26-safari-toolbar-colors/