/* Theme transition animation disabled.
   View Transitions caused stuck half-dark / half-light states with Blazor WASM.
   Instant theme switch is used instead — see wasl-theme.js */

.wasl-theme-glow-line,
.wasl-theme-edge-soft,
.wasl-theme-veil,
.wasl-theme-fallback-layer {
  display: none !important;
}
