From 0244eb31466874abe483c992942a156a1a529578 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Thu, 27 Jul 2023 14:15:05 -0400 Subject: Fixing TOC to make more readable. Removed dot-leader from TOC. Set h2 styling to bold. --- src/resources/themes/riscv-spec.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/resources/themes/riscv-spec.yml b/src/resources/themes/riscv-spec.yml index d514426..ace3aeb 100644 --- a/src/resources/themes/riscv-spec.yml +++ b/src/resources/themes/riscv-spec.yml @@ -255,10 +255,12 @@ table: toc: indent: $horizontal_rhythm line_height: 1.4 - dot_leader: - #content: ". " + dot-leader: + content: " " font_color: a9a9a9 - #levels: 2 3 + font-style: bold + #levels: 2 + h2-font-style: bold # NOTE in addition to footer, header is also supported header: font_size: $base_font_size_small -- cgit v1.1