.mud-table-header .mud-table-row {
    background-color: #006699;
}

.mud-table-header .mud-table-cell {
        color: white !important;
    }

.mud-table-row {
    background-color: #e6f2f6;
}

html, body {
    --mud-palette-table-hover: #e6f2f6;
}
