Set mobile system bars to black

This commit is contained in:
Dorian
2026-05-15 21:53:53 -05:00
parent 0677f154dc
commit aa4fb384c6
3 changed files with 15 additions and 15 deletions

View File

@@ -3,11 +3,11 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#0a0a0a" />
<meta name="theme-color" content="#000000" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="L484" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
<link rel="icon" href="/images/app-icon-192.png" type="image/png" />