From 9fc0a91f5ed726eb10e1072c57b61781e2cb9967 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 9 Apr 2026 05:39:57 -0600 Subject: [PATCH] style: disable default view-transition cross-fade --- src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.css b/src/index.css index 46472c1..6e9ffed 100644 --- a/src/index.css +++ b/src/index.css @@ -9,3 +9,9 @@ body { .md-editor-dark div.vuepress-theme { --md-theme-color: var(--n-text-color) !important; } + +::view-transition-old(root), +::view-transition-new(root) { + animation: none; + mix-blend-mode: normal; +}