Update font awesome

This commit is contained in:
Alexandre Vicenzi 2022-07-08 21:10:36 +02:00
parent 98cfee4ce2
commit b7350ed58c
19 changed files with 7453 additions and 12694 deletions

View file

@ -471,7 +471,7 @@ ul.social {
background-color: @github-bg-color;
}
a.sc-envelope {
a.sc-at, a.sc-mailbox, a.sc-envelope {
background-color: @email-bg-color;
}
@ -730,3 +730,29 @@ div.figure.align-center {
div.figure.align-right {
text-align: right;
}
.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;
}
}