aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-12-05 20:40:37 -0500
committerBradley Taunt <bt@btxx.org>2024-12-05 20:40:37 -0500
commit491dea39f9a0da7feca840b7652a486982739240 (patch)
tree0913d03669d1778dfce9ef271076aef78ffb882b
parent6cd7fa2cc387807870fba977579bc8d251ef0ab1 (diff)
Target member table row counts only
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6f5e443..cf9f363 100644
--- a/style.css
+++ b/style.css
@@ -118,7 +118,7 @@ table.members tbody tr {
counter-increment: rowNumber;
position: relative;
}
-table tbody tr td:first-child::before {
+table.members tbody tr td:first-child::before {
border-bottom: 1px solid #24272D;
color: #24272D;
content: counter(rowNumber);