Reduce size of logo and remove background on hover

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2018-12-03 11:13:50 +01:00
parent 8785fbc3ec
commit 1a743fd686

View File

@@ -7,6 +7,16 @@
background-color: #0082c9;
}
/* Reduce size of logo in top left */
.wy-side-nav-search > a img.logo {
max-width: 180px;
}
/* Remove unwanted background on top left logo on hover */
.wy-side-nav-search > a:hover {
background: none;
}
/* Remove unwanted data on the bottom left sidebar */
.rst-versions.shift-up .rst-other-versions > dl:not(:nth-child(1)),
.rst-versions.shift-up .rst-other-versions > a,