From aaec02559493e5223f750b793e0bb40684da3bf9 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 21 Jun 2023 16:12:38 -0500 Subject: [PATCH] Fix last commit --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a5ab9d4..50f7fdf 100644 --- a/style.css +++ b/style.css @@ -1291,7 +1291,7 @@ body.forum.index table.board-display tr.title-row { body.forum table.board-display tr.title-row .button { vertical-align: top; } -body.forum table.board-display tr:not(.title-row) { +body.forum table.board-display tr:not(.title-row):not(.sub-row) { background: var(--forum-content); border: var(--forum-content-border); }