diff options
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 11b058d3..7fe6f915 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -397,6 +397,10 @@ body::before { padding-left: 5px; } +.sidebar > details.current summary span b { + font-weight: 800; +} + summary > span b { font-weight: normal; color: var(--primary-color); |