diff options
-rw-r--r-- | src/static/site4.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index 9c1f02c1..4a7bd0c8 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -377,8 +377,9 @@ body::before { margin-left: 0; } -.sidebar dl.tree-list .current { +.sidebar dl.tree-list dt.current a { font-weight: 800; + border-bottom: 1px solid; } .sidebar li.current { |