Merge pull request 'Docs: change navigation to use sidebar sections only' (#2743) from hsjobeki/clan-core:docs/sections into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2743
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user