Compare commits
No commits in common. "6d3e4449635080836a875712cad50251da06399b" and "5a2442f072a6ccf91ec3042d869aab666ad41268" have entirely different histories.
6d3e444963
...
5a2442f072
@ -195,11 +195,8 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.node .node {
|
.node .node {
|
||||||
padding: 1ex 0.25ex 1ex 1ex;
|
padding: 1ex 0 1ex 1ex;
|
||||||
border-left: 3px solid #5e235e;
|
border-left: 1px dashed #2c3e50;
|
||||||
margin-bottom: 1ex;
|
|
||||||
border-radius: 3px;
|
|
||||||
box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.node.collapsed > .contents {
|
.node.collapsed > .contents {
|
||||||
@ -266,11 +263,6 @@ img {
|
|||||||
border-left: 2px solid var(--tree-color);
|
border-left: 2px solid var(--tree-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.node .contents ul ul ul li,
|
|
||||||
.global-table-of-contents ul ul ul li {
|
|
||||||
margin-left: calc(0px + var(--tree-radius) * 2 + .5ex);
|
|
||||||
}
|
|
||||||
|
|
||||||
.node .contents ul ul li::marker,
|
.node .contents ul ul li::marker,
|
||||||
.global-table-of-contents ul ul li::marker {
|
.global-table-of-contents ul ul li::marker {
|
||||||
content: '';
|
content: '';
|
||||||
|
Loading…
Reference in New Issue
Block a user