Skip to content

Commit

Permalink
fix: transitions for colors
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 22, 2024
1 parent 06e6b91 commit 1794e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vue/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

.shiki-magic-move-item {
display: inline-block;
transition: color var(--smm-duration) var(--smm-easing), background-color var(--smm-duration) var(--smm-easing);
}

.shiki-magic-move-enter-from,
Expand Down

0 comments on commit 1794e6d

Please sign in to comment.