Reduce multiplier entry animation speed

This commit is contained in:
Hirame1 2024-05-06 17:52:55 +07:00
parent 6bd10d1615
commit 2bd7289966

View File

@ -500,7 +500,7 @@ export default {
}
.c-bar-highlight {
animation: a-glow-bar 1s infinite;
animation: a-glow-bar 2s infinite;
}
@keyframes a-glow-bar {
@ -561,7 +561,7 @@ export default {
.c-single-entry-highlight {
border: 0.1rem solid;
font-weight: bold;
animation: a-glow-text 1s infinite;
animation: a-glow-text 2s infinite;
}
@keyframes a-glow-text {