{a.ply > 0 ? `#${a.ply}` : ''}
- {moderatorText(a.text, a.payload)}
+ {isAttempt ? `${actor} — ` : ''}{moderatorText(a.text, a.payload)}
{:else}
The moderator is silent.
@@ -67,7 +69,7 @@
border-bottom: 1px dashed rgba(255,255,255,0.05);
}
.entry:last-child { border-bottom: none; }
- .entry.err .text { color: #f87171; }
+ .entry.attempt .text { color: var(--text-dim); font-style: italic; }
.ply {
color: var(--text-dim);
font-family: ui-monospace, monospace;