Skip to content

Commit 47a6ac5

Browse files
committed
together
1 parent 9e39700 commit 47a6ac5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/src/layouts/DocsLayout.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,11 @@ const theme = themeCookie?.value === "dark" ? "dark" : "light";
287287
}
288288

289289
/* Disable all CSS transitions during theme changes */
290-
html.theme-transitioning *
290+
html.theme-transitioning *,
291291
html.theme-transitioning *::before,
292292
html.theme-transitioning *::after {
293293
transition: none !important;
294+
animation: none !important;
294295
}
295296

296297
/* Theme transition: Instant switch for speed */

0 commit comments

Comments
 (0)