UNPKG

517 Btext/lessView Raw
1.github-corner:hover .octo-arm {
2 animation: octocat-wave 560ms ease-in-out
3}
4
5.github-corner svg {
6 fill: gray;
7 color: #fff;
8}
9
10.github-corner:hover svg {
11 fill: #337ab7;
12}
13
14@keyframes octocat-wave {
15 0%, 100% {
16 transform: rotate(0deg)
17 }
18 20%, 60% {
19 transform: rotate(-25deg)
20 }
21 40%, 80% {
22 transform: rotate(10deg)
23 }
24}
25
26@media (max-width: 500px) {
27 .github-corner:hover .octo-arm {
28 animation: none
29 }
30
31 .github-corner .octo-arm {
32 animation: octocat-wave 560ms ease-in-out
33 }
34}
35