File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 22import os
33from pathlib import Path
44
5- __version__ = "0.5.0 "
5+ __version__ = "0.5.1 "
66
77# get location of this directory
88_this_path = os .path .dirname (os .path .realpath (__file__ ))
Original file line number Diff line number Diff line change @@ -589,4 +589,27 @@ Padding of main content block
589589
590590.bd-content {
591591 padding : 1.5rem 1.5rem 2rem 3rem ;
592+ }
593+
594+
595+ /*
596+ ###########################
597+ Left side toc-tree hovering
598+ ###########################
599+ */
600+
601+ nav .bd-links .active : hover > a {
602+ font-weight : bold;
603+ color : var (--pst-color-link );
604+ border-left : 2px solid var (--pst-color-link );
605+ }
606+
607+ nav .bd-links .active > a {
608+ font-weight : bold;
609+ color : var (--pst-color-link );
610+ }
611+
612+ nav .bd-links li > a : hover {
613+ font-weight : 900 ;
614+ color : var (--pst-color-text-muted );
592615}
You can’t perform that action at this time.
0 commit comments