Docs: change navigation to use sidebar sections only

This commit is contained in:
Johannes Kirschbauer
2025-01-14 12:50:48 +01:00
committed by hsjobeki
parent 0c1c65f519
commit 819e66c2da
2 changed files with 9 additions and 2 deletions

View File

@@ -152,8 +152,7 @@ theme:
name: material name: material
features: features:
- navigation.instant - navigation.instant
- navigation.tabs - navigation.sections
- navigation.tabs.sticky
- navigation.footer - navigation.footer
- content.code.annotate - content.code.annotate
- content.code.copy - content.code.copy

View File

@@ -15,3 +15,11 @@
.md-header img { .md-header img {
filter: invert(100%) brightness(100%); filter: invert(100%) brightness(100%);
} }
.md-nav__title {
color: black;
}
.md-nav__item.md-nav__item--section label span {
color: black;
}