Skip to content

Commit

Permalink
Fix theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Jan 26, 2024
1 parent 50c325f commit 4ac941b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#282728",
"background_color": "#282728"
}

0 comments on commit 4ac941b

Please sign in to comment.