From 2ba646c33a3e6ebfe8a062dc376ada22fe981bff Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 12 Jan 2025 21:26:24 -0600 Subject: [PATCH] remove author row styling on forum (fixed hard-to-see text on usercard) --- core/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/style.css b/core/style.css index 65e7303..cfc0911 100644 --- a/core/style.css +++ b/core/style.css @@ -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 {