﻿.experimental-tag {
    background-color: darkorange;
}

thead .mud-table-cell, .mud-table-cell:before {
    color: gray !important;
}

.disabled-item {
    color: dimgray !important;
}

.mud-grid-item {
    width: 100%;
}

.mud-input-label {
    color: gray !important; /* Change this to your desired color */
}

@media (prefers-color-scheme: dark) {
    html {
        background-color: black;
        color: white;
    }

    .experimental-tag {
        color: black;
    }

    #blazor-error-ui {
        color: black;
        background-color: orange;
    }

        #blazor-error-ui a {
            color: blue;
        }
}

