feat(series): add navigation

Navigation is similar to the one for all articles but is limited to those of the series.
This commit is contained in:
ZzMzaw 2024-10-05 08:09:18 +02:00
parent 71a2409640
commit 8c31aca81f
10 changed files with 25 additions and 3 deletions

View file

@ -200,7 +200,7 @@ details summary {
}
}
.article-navigation {
.article-navigation, .series-article-navigation {
display: flex;
margin-block-start: 2rem;
border-block-start: var(--divider-color) solid 0.5px;