Adjust large table row colors

This commit is contained in:
2026-06-04 18:00:47 +02:00
parent 90c997a855
commit 58aabfc873
+6
View File
@@ -77,10 +77,16 @@
align-items: stretch;
gap: 0;
width: 100%;
background: var(--color-white);
}
.sg-large-table__row--header {
font-weight: var(--font-weight-semibold);
background: var(--color-medium-grey);
}
.sg-large-table > .sg-large-table__row:nth-child(odd) {
background: var(--color-light-grey);
}
.sg-large-table__cell {