Merge pull request #6652 from tudi2d/microsite-dark-mode

[Microsite] Adjust docs navigation background color for smaller screens
This commit is contained in:
Ben Lambert
2021-07-30 10:05:08 +02:00
committed by GitHub
+10
View File
@@ -288,6 +288,16 @@ td {
.tocToggler {
display: none;
}
.docsSliderActive .toc section .navGroups {
padding-top: 0;
padding-bottom: 0;
}
.docsSliderActive.docsNavContainer {
background-color: #121212;
padding-bottom: 0;
}
}
/* content */