﻿.blazor-themes a.blazing-berry:before {
    background: #5c2d91;
}

.blazor-themes a.blazing-dark:before {
    background: #46444a;
}

.blazor-themes a.office-white:before {
    background: #fe7109;
}

.blazor-themes a.purple:before {
    background: #7989ff;
}


.blazor-themes a.default:before {
    background: #007bff;
}

.blazor-themes a.default-dark:before {
    background: #212529;
}

.theme-external {
    font-size: 0.875rem;
}

.blazor-themes a.fluent-light:before {
    background: #0f6cbd;
}

.blazor-themes a.fluent-dark:before {
    background: #282828;
}
