From f9ae7530af220600aec1b039b23600ec714c32ab Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 23 Aug 2023 16:54:39 -0500 Subject: [PATCH] correct author-row styles --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index e5bd0dd..cb1e809 100644 --- a/style.css +++ b/style.css @@ -1170,6 +1170,11 @@ 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 {