chore(web): update web theme colours [skip ci]

This commit is contained in:
Jagandeep Brar
2022-03-21 19:41:42 -04:00
parent c7f2e6a56a
commit e84cf67ccc
2 changed files with 4 additions and 4 deletions

View File

@@ -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">

View File

@@ -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,