Add table of contents for guides

This commit is contained in:
Misode
2022-05-10 18:26:43 +02:00
parent 589dc5a0dd
commit 1dd724cec4
3 changed files with 39 additions and 13 deletions

View File

@@ -1547,6 +1547,15 @@ hr {
margin-left: 12px;
}
.guide-toc {
display: inline-block;
border: 2px solid var(--background-6);
border-radius: 6px;
padding: 8px 16px;
line-height: 1.2;
font-size: 90%;
}
.guide-content {
color: var(--text-2);
margin-top: 12px;