This commit is contained in:
syuilo 2020-02-10 21:41:35 +09:00
parent aeac96a4f7
commit 9cd267fee5
1 changed files with 1 additions and 1 deletions

View File

@ -390,5 +390,5 @@ a {
@keyframes blink {
0% { opacity: 1; transform: scale(1); }
30% { opacity: 1; transform: scale(1); }
90% { opacity: 0; transform: scale(0); }
90% { opacity: 0; transform: scale(0.5); }
}