37 lines
534 B
CSS
37 lines
534 B
CSS
.wy-side-nav-search .icon::before {
|
|
content: ' ';
|
|
display: block;
|
|
background: url(/_static/img/logo.svg) no-repeat center center;
|
|
background-size: contain;
|
|
width: 100%;
|
|
height: 80px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.wy-menu p.caption {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
table {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
td, th {
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
td code {
|
|
border: 0 !important;
|
|
}
|
|
|
|
.wy-nav-content {
|
|
max-width: inherit;
|
|
}
|
|
|
|
.wy-nav-side {
|
|
background: #262e3d;
|
|
}
|
|
|
|
.wy-menu-vertical a:hover {
|
|
background: #1e2430;
|
|
}
|