diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 6dc4d820..512197a6 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -343,17 +343,13 @@ footer { } &.object-table, &.response-table { - caption, tr { + caption, tbody tr { background-color: $table-row-default; } - tr:nth-child(even) { + tbody tr:nth-child(even) { background-color: $table-row-alternate; } - - th { - background-color: $white; - } } &.basic-info, &.basic-info th, &.basic-info td {