murph-doc/docs/_static/css/extra.css
2022-05-14 22:17:17 +02:00

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;
}