/* MudBlazor handles all theme styles. Only Blazor-specific overrides live here. */

h1:focus {
    outline: none;
}

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An unhandled error has occurred.";
}
