fix rebase issues

This commit is contained in:
2025-08-29 11:57:14 +02:00
parent 79117da969
commit 66ad042bf1
7 changed files with 38 additions and 43 deletions

View File

@@ -19,11 +19,11 @@ img {
}
.divider {
animation: blink 3s step-end infinite;
animation: blink 3s step-end infinite;
}
@keyframes blink {
50% {
opacity: 0;
}
opacity: 0;
}
}