Fix mkdocs
This commit is contained in:
@@ -36,6 +36,6 @@ function addKatenaryLogo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
addKatenaryLogo();
|
//addKatenaryLogo();
|
||||||
addSmileLogo();
|
//addSmileLogo();
|
||||||
});
|
});
|
||||||
|
@@ -1,19 +1,11 @@
|
|||||||
.wy-nav-side {
|
.wy-nav-side {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
}
|
}
|
||||||
.wy-nav-side img.logo {
|
|
||||||
width: 50%;
|
|
||||||
margin-left: 25%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wy-side-nav-search {
|
.wy-side-nav-search {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
background-color: #555555;
|
background-color: #333333;
|
||||||
}
|
}
|
||||||
|
img.logo {
|
||||||
.smile-logo {
|
max-width: 70% !important;
|
||||||
width: 80%;
|
|
||||||
margin-top: 2em;
|
|
||||||
margin-left: 10%;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user