feat: allow inverting previous/next article links (#261)

- Adds next/previous labels for clarity
- Truncated long titles get "…" appended

Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
ZzMzaw 2024-01-29 00:00:30 +01:00 committed by GitHub
parent c9d6b62907
commit b011f58da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 66 additions and 8 deletions

View file

@ -196,6 +196,14 @@ details summary {
text-align: right;
}
div p {
color: var(--meta-color);
font-weight: 300;
line-height: 1.2rem;
font-family: var(--sans-serif-font);
letter-spacing: -0.4px;
}
@media (max-width: 600px) {
flex-direction: column;