remove author row styling on forum (fixed hard-to-see text on usercard)

This commit is contained in:
2025-01-12 21:26:24 -06:00
parent c670b9cb19
commit 2ba646c33a

View File

@@ -1272,11 +1272,6 @@ body.forum.thread table.post-display tr.info-row {
height: 28px;
}
body.forum.thread table.post-display tr.author-row {
font-family: var(--primary-font);
color: var(--subtitle);
}
body.forum.thread table.post-display td { padding: 4px; }
body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {