mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
🎨
This commit is contained in:
parent
6751b13fc9
commit
77c12a5d48
1 changed files with 3 additions and 3 deletions
|
@ -388,7 +388,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
0% { opacity: 1; }
|
0% { opacity: 1; transform: scale(1); }
|
||||||
30% { opacity: 1; }
|
30% { opacity: 1; transform: scale(1); }
|
||||||
90% { opacity: 0; }
|
90% { opacity: 0; transform: scale(0); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue