[#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;
}
.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 {