Update iCal-Datei download link in index.html, bump package version and copy files to docs folder.

This commit is contained in:
2023-12-27 23:55:29 +01:00
parent 05704ac899
commit 6c69245bda
7 changed files with 135 additions and 7 deletions

31
docs/github-corner.css Normal file
View File

@@ -0,0 +1,31 @@
.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave {
0%,
100% {
transform: rotate(0)
}
20%,
60% {
transform: rotate(-25deg)
}
40%,
80% {
transform: rotate(10deg)
}
}
@media (max-width:500px) {
.github-corner:hover .octo-arm {
animation: none
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
}