Change nav top color

This commit is contained in:
2022-06-13 14:00:10 +02:00
parent 203449aa9e
commit bc3c5dc932

View File

@@ -6,6 +6,11 @@
margin-top: 1em;
background-color: #333333;
}
img.logo {
max-width: 70% !important;
}
.wy-nav-top {
background-color: #333333;
}