/* App-specific overrides. MudBlazor supplies the base theme. */

/* FocusOnNavigate programmatically focuses the page heading on every navigation, which
   would otherwise draw a focus ring around it. */
h1:focus,
h1:focus-visible {
    outline: none;
}
