fix: hide categories title

pull/105/head
nevfy 2024-02-04 18:39:37 +04:00
parent 5fc5905bc3
commit 3e2c596d5a
1 changed files with 4 additions and 3 deletions

View File

@ -94,15 +94,16 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
background-color: #7EB07F11; background-color: #7EB07F11;
} }
ul.ul-0 li a.tree-root { ul.ul-0 li a.tree-root,
display: none; h5.taxonomy-title {
display: none !important;
} }
li:has(input[type="checkbox"]) { li:has(input[type="checkbox"]) {
list-style-type: none; list-style-type: none;
} }
.td-toc ul { .td-toc ul {
margin-top: 1rem; margin-top: 1rem;
} }