/* @media (prefers-color-scheme: dark) { */
    .dark .dojoxGridCell, .dark button {
        filter: invert(100%);
    }
    /* apply again to cancel out - we actually want action buttons inverted */
    .dark .dojoxGridCell button {
        filter: invert(100%);
    }
/* } */
