Fix(front): Set correct PWA color theme.

This commit is contained in:
Moon Rabbit 2023-06-04 12:18:32 +00:00 committed by Georg Krause
parent 9e7a5ebebb
commit 8100d83bcf
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed PWA Window theme color.

View File

@ -16,7 +16,7 @@
<meta name="apple-mobile-web-app-title" content="Funkwhale">
<meta name="application-name" content="Funkwhale">
<meta name="msapplication-TileColor" content="#009fe3">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#f2711c">
<style>
#fake-app {
width: 100vw;