docs: set sidebar headers to accent color

Fixes #2749
This commit is contained in:
Pablo Ovelleiro Corral
2025-01-14 23:24:49 +01:00
parent aabf2b0796
commit af3f652011

View File

@@ -16,10 +16,7 @@
filter: invert(100%) brightness(100%);
}
.md-nav__title {
color: black;
}
.md-nav__item.md-nav__item--section label span {
color: black;
.md-nav__title,
.md-nav__item.md-nav__item--section > label > span {
color: var(--md-typeset-a-color);
}