From 920e71ee6889f261aa697b73400ca2ef8b0ea453 Mon Sep 17 00:00:00 2001 From: Anastasiya Shamray Date: Mon, 29 May 2023 11:20:57 +0300 Subject: [PATCH] [#9] Update table of contents styles --- assets/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 4fbacd7..d1ef98e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -610,17 +610,17 @@ textarea.form-control { top: 8px; } -.content ol li, -.content ol li ol { - list-style-type: disc; +#TableOfContents ul li, +#TableOfContents ul li ul { margin-bottom: 0; } -.content ol li a:hover, -.content ol li ol a:hover { +#TableOfContents ul li a:hover, +#TableOfContents ul li ul a:hover { text-decoration: underline; } +/* this is so that the header does not overlap the section title */ .content h3:before, .content h4:before, .content h5:before {