mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: remove bullets from checklists
This commit is contained in:
parent
14d7717a1f
commit
57d3df5a48
|
@ -9,8 +9,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li:has(input[type="checkbox"]) {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.td-sidebar {
|
.td-sidebar {
|
||||||
|
|
Loading…
Reference in a new issue