Add coloring to sub-row

This commit is contained in:
Wirlaburla 2023-06-21 16:11:30 -05:00
parent 6c7deda0e0
commit 44b47d44d4

View File

@ -1271,6 +1271,11 @@ body.forum table.board-display {
table-layout: fixed;
}
body.forum table.board-display tr.sub-row {
background: var(--forum-sub);
border: var(--forum-sub-border);
}
body.forum table.board-display th,
body.forum table.board-display td {
padding: 4px;