faster copy animation

This commit is contained in:
Cory LaViska
2021-08-10 11:16:14 -04:00
parent a396c86e84
commit 4fedf9548f

View File

@@ -182,7 +182,7 @@
}
.markdown-section .docsify-copy-code-button.copied {
animation: pulse 1.5s;
animation: pulse 1s;
--pulse-color: rgb(var(--sl-color-neutral-500));
}