Add go top of page link to major sections

Per [issure 283](#283),
add a link to each major section of the about page which allows the user
to move to the index of topics at the top of the page.
This commit is contained in:
2025-10-18 10:54:57 -04:00
parent 81c8220e30
commit 3c7f02a09c
2 changed files with 29 additions and 12 deletions

View File

@@ -371,6 +371,9 @@ article > p,
font-size: 1.45rem;
color: var(--background-primary);
}
.lane > article > header > .index-link {
float: right;
}
.lane.stack > article {
border-radius: 0.5rem;
border: thin solid var(--background-secondary);