27 lines
299 B
CSS
27 lines
299 B
CSS
.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;
|
|
}
|