diff --git a/internal/web/static/app.css b/internal/web/static/app.css index d8dff25..26449c4 100644 --- a/internal/web/static/app.css +++ b/internal/web/static/app.css @@ -285,6 +285,8 @@ tr.row:hover td { background: var(--surface-2); } tr.row:hover td a.slug { color: var(--accent); } td a.slug { font-family: var(--font-mono); font-size: 21.6px; color: var(--fg); text-decoration: none; } td a.slug:hover { color: var(--accent); } +/* PASTE column fallback for untitled pastes: plain text, identical to a titled paste. URL/ID chips keep .slug styling. */ +td a.slug.paste-name { background: none; padding: 0; border-radius: 0; font-family: inherit; font-size: inherit; color: var(--fg); } .badge { font-size: 18.9px; border: 1px solid var(--border); color: var(--muted-fg); border-radius: var(--radius-sm); padding: 1px 8px; } .badge.lock { color: var(--accent); border-color: var(--accent); } .dim { color: var(--muted-fg); white-space: nowrap; } diff --git a/internal/web/templates/history.html b/internal/web/templates/history.html index b6018d0..fcb667f 100644 --- a/internal/web/templates/history.html +++ b/internal/web/templates/history.html @@ -37,7 +37,7 @@ const t = PaletteTable.init({ `