style: disable default view-transition cross-fade

This commit is contained in:
2026-04-09 05:39:57 -06:00
parent 2ba77e7465
commit 9fc0a91f5e

View File

@@ -9,3 +9,9 @@ body {
.md-editor-dark div.vuepress-theme { .md-editor-dark div.vuepress-theme {
--md-theme-color: var(--n-text-color) !important; --md-theme-color: var(--n-text-color) !important;
} }
::view-transition-old(root),
::view-transition-new(root) {
animation: none;
mix-blend-mode: normal;
}