From 568a465f84a67847b737263c20a0ad7bd57be6bf Mon Sep 17 00:00:00 2001 From: Maccesch Date: Wed, 31 May 2023 00:09:58 +0100 Subject: [PATCH] doc cosmetics --- docs/book/src/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/book/src/custom.css b/docs/book/src/custom.css index 07af405..463dd27 100644 --- a/docs/book/src/custom.css +++ b/docs/book/src/custom.css @@ -74,4 +74,9 @@ li.chapter-item.affix::before { li.chapter-item.affix a { padding-left: 0; +} + +li.chapter-item.affix a.active { + border-left: 0 none; + margin-left: 0; } \ No newline at end of file