Soviut / vite-vue3-template

Vite, Vue3, Vue Router 4, Pinya, TypeScript, ESLint, Prettier, ViTest, Tailwind
4 stars 0 forks source link

Add theme-color to style mobile browser header and footer #126

Closed Soviut closed 1 month ago

Soviut commented 1 month ago

https://stackoverflow.com/questions/76176275/ios-safari-how-to-change-background-color-of-footer-and-header-which-is-out-of

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

Also consider this for additional dark mode options (color-scheme etc)

https://www.nray.dev/blog/how-to-build-tailwind-css-dark-mode/