aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-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);