mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: hide categories title
This commit is contained in:
parent
5fc5905bc3
commit
3e2c596d5a
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue