aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/style.css b/style.css
index 94e59f4..1fd9b54 100644
--- a/style.css
+++ b/style.css
@@ -131,7 +131,11 @@ table.members {
}
table.members tbody tr {
counter-increment: rowNumber;
- position: relative;
+ border-bottom: 1px solid;
+ background-image: linear-gradient(to right, var(--c) var(--fill), transparent var(--fill));
+ background-position: bottom left;
+ background-size: 100% 2px;
+ background-repeat: no-repeat;
}
table.members tbody tr td:first-child::before {
border-bottom: 1px solid #24272D;
@@ -148,6 +152,9 @@ table.members tbody tr td:first-child::before {
text-align: right;
z-index: -2;
}
+table.members td {
+ background: none !important;
+}
#nav ul {
margin: 1em 0;
@@ -272,6 +279,13 @@ table.members tbody tr td:first-child::before {
border-bottom: 1px solid #ccc;
color: #ccc;
}
+ table.members tbody tr::before {
+ border-color: black;
+ }
+ table.members tbody tr::after {
+ background: black;
+ border-color: black;
+ }
.fame {
color: black;
}