From 38d8cafc73da844a72c742f37c63dbae238f6bfc Mon Sep 17 00:00:00 2001 From: Vincent Lark Date: Fri, 20 Oct 2023 11:37:16 +0200 Subject: [PATCH] Render the toplevel TOC items bolder --- src/plugins/bookPlayer/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/bookPlayer/style.scss b/src/plugins/bookPlayer/style.scss index 7bf9901b9..db4373018 100644 --- a/src/plugins/bookPlayer/style.scss +++ b/src/plugins/bookPlayer/style.scss @@ -58,9 +58,14 @@ list-style-type: none; font-size: 1.2rem; + font-weight: bold; ul { padding-left: 1.5rem; + + li { + font-weight: normal; + } } a:link {