[#9] Update table of contents styles

This commit is contained in:
Anastasiya Shamray 2023-05-29 11:20:57 +03:00 committed by Stanislav Bogatyrev
parent bf439c2673
commit 920e71ee68

View file

@ -610,17 +610,17 @@ textarea.form-control {
top: 8px; top: 8px;
} }
.content ol li, #TableOfContents ul li,
.content ol li ol { #TableOfContents ul li ul {
list-style-type: disc;
margin-bottom: 0; margin-bottom: 0;
} }
.content ol li a:hover, #TableOfContents ul li a:hover,
.content ol li ol a:hover { #TableOfContents ul li ul a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* this is so that the header does not overlap the section title */
.content h3:before, .content h3:before,
.content h4:before, .content h4:before,
.content h5:before { .content h5:before {