forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
aeac96a4f7
commit
9cd267fee5
1 changed files with 1 additions and 1 deletions
|
@ -390,5 +390,5 @@ a {
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
0% { opacity: 1; transform: scale(1); }
|
0% { opacity: 1; transform: scale(1); }
|
||||||
30% { opacity: 1; transform: scale(1); }
|
30% { opacity: 1; transform: scale(1); }
|
||||||
90% { opacity: 0; transform: scale(0); }
|
90% { opacity: 0; transform: scale(0.5); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue