Adjust large table row colors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user