﻿.mud-data-grid .selected {
    background-color: var(--mud-palette-primary-lighten) !important;
}

.mud-data-grid .selected > tbody > td {
    color: white !important;
}

.mud-data-grid .selected > tbody > td .mud-input {
    color: white !important;
}

