From af3f652011a97a8bbd18feacfff234ad6b286413 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Tue, 14 Jan 2025 23:24:49 +0100 Subject: [PATCH] docs: set sidebar headers to accent color Fixes #2749 --- docs/site/static/extra.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/site/static/extra.css b/docs/site/static/extra.css index 64ed3e46b..e4346b908 100644 --- a/docs/site/static/extra.css +++ b/docs/site/static/extra.css @@ -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); }