.wp-block-table table thead {
    background-color: var(--paletteColor2);
    color: var(--paletteColor1);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}