.row-selected {
    background-color: rgba(30, 64, 175, 0.2) !important;
}

@media (prefers-color-scheme: dark) {
    .row-selected {
        background-color: rgba(30, 64, 175, 0.2) !important; /* blue-900 with 20% opacity */
    }
}