Fix mkdocs

This commit is contained in:
2022-06-13 13:29:57 +02:00
parent b1dc94e0e9
commit d28cbab0fe
2 changed files with 5 additions and 13 deletions

View File

@@ -36,6 +36,6 @@ function addKatenaryLogo() {
}
document.addEventListener("DOMContentLoaded", () => {
addKatenaryLogo();
addSmileLogo();
//addKatenaryLogo();
//addSmileLogo();
});

View File

@@ -1,19 +1,11 @@
.wy-nav-side {
background-color: #333333;
}
.wy-nav-side img.logo {
width: 50%;
margin-left: 25%;
text-align: center;
}
.wy-side-nav-search {
margin-top: 1em;
background-color: #555555;
background-color: #333333;
}
.smile-logo {
width: 80%;
margin-top: 2em;
margin-left: 10%;
img.logo {
max-width: 70% !important;
}