Set mobile system bars to black
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"display": "standalone",
|
||||
"display_override": ["fullscreen", "standalone"],
|
||||
"orientation": "portrait",
|
||||
"background_color": "#0a0a0a",
|
||||
"theme_color": "#0a0a0a",
|
||||
"background_color": "#000000",
|
||||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/app-icon-192.png",
|
||||
|
||||
@@ -38,7 +38,7 @@ html,
|
||||
body {
|
||||
min-height: 100%;
|
||||
margin: 0;
|
||||
background: #0a0a0a;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.intro-header > div {
|
||||
@@ -85,11 +85,11 @@ body.menu-open {
|
||||
background:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#0a0a0a 0%,
|
||||
rgba(10, 10, 10, 0.98) 18%,
|
||||
rgba(10, 10, 10, 0.78) 42%,
|
||||
rgba(10, 10, 10, 0.36) 70%,
|
||||
rgba(10, 10, 10, 0) 100%
|
||||
#000 0%,
|
||||
rgba(0, 0, 0, 0.98) 18%,
|
||||
rgba(0, 0, 0, 0.78) 42%,
|
||||
rgba(0, 0, 0, 0.36) 70%,
|
||||
rgba(0, 0, 0, 0) 100%
|
||||
);
|
||||
padding-bottom: clamp(2.75rem, 8vw, 7rem);
|
||||
pointer-events: none;
|
||||
@@ -249,11 +249,11 @@ body.menu-open {
|
||||
background:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#0a0a0a 0%,
|
||||
#0a0a0a 30%,
|
||||
rgba(10, 10, 10, 0.96) 48%,
|
||||
rgba(10, 10, 10, 0.62) 72%,
|
||||
rgba(10, 10, 10, 0) 100%
|
||||
#000 0%,
|
||||
#000 30%,
|
||||
rgba(0, 0, 0, 0.96) 48%,
|
||||
rgba(0, 0, 0, 0.62) 72%,
|
||||
rgba(0, 0, 0, 0) 100%
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user