style: disable default view-transition cross-fade
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user