From f53e94e7c282c656812fdfee62f1b297b585fcc2 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 26 Dec 2024 20:04:58 -0400 Subject: css: fix un-bolded sidebar summaries --- src/static/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/static') 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); -- cgit 1.3.0-6-gf8a5