Skip to content
Snippets Groups Projects
Commit 88a75e2a authored by syuilo's avatar syuilo
Browse files

🎨

parent e1476077
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ a {
}
@keyframes blink {
0% { opacity: 1; }
30% { opacity: 1; }
90% { opacity: 0; }
0% { opacity: 1; transform: scale(1); }
30% { opacity: 1; transform: scale(1); }
90% { opacity: 0; transform: scale(0); }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment