murph-doc/docs/_static/css/extra.css
Simon Vieille 29a562441f
add logo
2023-02-09 19:15:44 +01:00

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