Replace header collapse/expand for link copying.

This commit is contained in:
Sergio Martínez Portela 2023-04-28 00:11:15 +02:00
parent fce2d3c935
commit bdda2f3676
2 changed files with 7 additions and 23 deletions

View file

@ -247,15 +247,10 @@ img {
border-color: transparent;
}
.node .node.collapsed > .title::before {
content: "";
vertical-align: text-bottom;
}
.node .node.expanded > .title::before {
content: "";
transform: rotate(90deg);
.node .node > .title::before {
content: "#";
display: inline-block;
color: #888;
}
.node .title {
@ -488,6 +483,9 @@ tr.__table-separator {
border-color: #8c9ea0;
}
.node .node > .title::before {
color: #aaa;
}
h2 a {
color: #fafafe;