Feature.link: a card's name may point elsewhere

An https URL on a feature renders its name as an outbound link -
an announcement's programme page, a venue. Validated on load.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bendik Aagaard Lynghaug
2026-08-30 14:39:58 +02:00
co-authored by Claude Fable 5
parent 7a0724af7f
commit 73efa6a4eb
3 changed files with 36 additions and 1 deletions
+11
View File
@@ -448,6 +448,17 @@ main.not-found {
margin-bottom: 0.15em;
}
.feature h3 a {
color: inherit;
text-decoration: none;
border-bottom: 0.06rem solid var(--line);
}
.feature h3 a:hover {
color: var(--accent);
border-bottom-color: var(--accent);
}
.feature p {
color: var(--ink-dim);
font-size: 0.95rem;