Set mobile system bars to black
This commit is contained in:
@@ -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