Fix theme color

This commit is contained in:
Jan Stabenow 2024-01-26 18:03:16 +01:00
parent 50c325fcce
commit 4ac941b128
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#282728" />
<meta name="description" content="Restreamer Video-Streaming" />
<link rel="apple-touch-icon" href="logo192.png" />
<link rel="manifest" href="manifest.json" />

View File

@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#282728",
"background_color": "#282728"
}