/* Disable only transitions during the colour swap, not entrance animations.
   The temporary class is removed after the new theme has painted. */
html.ae-theme-switching *,
html.ae-theme-switching *::before,
html.ae-theme-switching *::after {
    transition: none !important;
}
