mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
fix: hide another duplicate header
This commit is contained in:
parent
4e1eab2139
commit
5fc5905bc3
|
@ -94,6 +94,10 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
|
||||||
background-color: #7EB07F11;
|
background-color: #7EB07F11;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.ul-0 li a.tree-root {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
li:has(input[type="checkbox"]) {
|
li:has(input[type="checkbox"]) {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue