fossabot setup

This commit is contained in:
Theo Browne
2026-02-22 18:25:15 -08:00
parent 8f52bee72b
commit 41deee807a
3 changed files with 179 additions and 80 deletions

View File

@@ -138,6 +138,19 @@ body {
color: var(--text-dim);
}
.vote-hint {
margin: -10px 0 22px;
font-family: var(--mono);
font-size: 11px;
letter-spacing: 0.5px;
text-transform: uppercase;
color: var(--text-muted);
}
.vote-hint strong {
color: var(--text);
}
/* ── Prompt ───────────────────────────────────────────────────── */
.prompt {