Fix(front): Set correct PWA color theme.
This commit is contained in:
parent
9e7a5ebebb
commit
8100d83bcf
|
@ -0,0 +1 @@
|
|||
Fixed PWA Window theme color.
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue