Fix user table CSS

This commit is contained in:
int-y1 2024-01-01 22:05:19 -05:00 committed by Tudor Brindus
parent 9c513c2453
commit 61318c7e71

View File

@ -12,10 +12,6 @@
margin-bottom: 0.5em;
background: rgba($color_primary100, 0.01);
&.striped tr:nth-child(even) {
background: rgba($color_primary100, 0.03);
}
th {
height: 2em;
color: $color_primary0;
@ -62,3 +58,7 @@
border-bottom-left-radius: $table_header_rounding;
}
}
.striped tr:nth-child(even) {
background: rgba($color_primary100, 0.03);
}