docs: small fix on header

This commit is contained in:
aquint-zama
2021-09-24 14:30:23 +02:00
committed by Alex Quint
parent a386532c19
commit e525da2b00

View File

@@ -21,6 +21,7 @@
right: 0;
z-index: 201;
height: 43px;
max-width: 1100px;
background: black;
color: white;
display: flex;
@@ -100,6 +101,13 @@ input[type=color], input[type=date], input[type=datetime-local], input[type=date
padding-top: 43px;
}
.wy-body-for-nav {
background: rgba(0,0,0,.05);
}
.wy-nav-content-wrap {
background: none;
}
.wy-nav-side {
top: 43px;
}