.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #f8fcf6;
}
.ck-content .table table {
    border-radius: 10px;
}