Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages/markup: make atlinks bold

Easier to spot.

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

author
Anirudh Oppiliappan
committer
Tangled
date (Nov 24, 2025, 10:33 AM UTC) commit 60985c47 parent 37ef6248 change-id kuxpmtys
+1 -1
+1 -1
appview/pages/markup/extension/atlink.go
··· 89 89 if entering { 90 90 w.WriteString(`<a href="/@`) 91 91 w.WriteString(n.(*AtNode).Handle) 92 - w.WriteString(`" class="mention">`) 92 + w.WriteString(`" class="mention font-bold">`) 93 93 } else { 94 94 w.WriteString("</a>") 95 95 }