mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore(web): update web theme colours [skip ci]
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#32323E">
|
||||
<meta name="msapplication-TileColor" content="#282834">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#32323E">
|
||||
<meta name="theme-color" content="#282834">
|
||||
|
||||
<title>LunaSea</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"short_name": "LunaSea",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#32323E",
|
||||
"theme_color": "#32323E",
|
||||
"background_color": "#282834",
|
||||
"theme_color": "#282834",
|
||||
"description": "LunaSea is a fully featured, open source self-hosted controller focused on giving you a seamless experience between all of your self-hosted media software remotely on your devices.",
|
||||
"orientation": "portrait-primary",
|
||||
"prefer_related_applications": false,
|
||||
|
||||
Reference in New Issue
Block a user