mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Make markdown synchronous and add ability to toggle TOC
This commit is contained in:
@@ -30,3 +30,7 @@ footer {
|
||||
flex-direction: column;
|
||||
gap: var(--space-xs);
|
||||
}
|
||||
|
||||
.table-of-contents {
|
||||
margin-block-end: var(--space-s);
|
||||
}
|
||||
|
||||
@@ -210,3 +210,12 @@ td {
|
||||
padding-block: var(--space-3xs);
|
||||
border: var(--border-primary);
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
:is(a, summary):focus {
|
||||
outline: 0.125rem solid var(--color-accent);
|
||||
outline-offset: 0.25rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user