correct author-row styles

This commit is contained in:
Wirlaburla 2023-08-23 16:54:39 -05:00
parent 1c8e5eb8eb
commit f9ae7530af

View File

@ -1170,6 +1170,11 @@ body.forum.thread table.post-display tr.info-row {
height: 28px; 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 td { padding: 4px; }
body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a { body.forum.thread table.post-display tr.button-row td:nth-of-type(2) a {