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

@@ -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%
);
}