[data-bs-theme="light"]{
    .list-group{
        --bs-list-group-action-color: black;
    }
}

[data-bs-theme="dark"]{
    .form-control:disabled {
         --bs-secondary-bg: #464e56;
    }
}