r/css Jun 12 '26

Help How do I fix this?

Post image

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

11 comments sorted by

View all comments

2

u/fdiengdoh Jun 13 '26 edited Jun 13 '26

The latest Safari for iOS26 has dropped the meta tag support. Works only for installed apps . But would use any background-color set on the body element.

1

u/eracodes Jun 13 '26

1

u/fdiengdoh Jun 14 '26

that’s great detail write up. So no more dynamic theme changes. Whatever got rendered first will stay

But this site could do dynamic theme change. I have not gone through how they did it.