diff --git a/css/style.css b/css/style.css index 24427bc..d35c55a 100644 --- a/css/style.css +++ b/css/style.css @@ -181,4 +181,16 @@ body.fixed-header-on { .language-change { max-height: 500px; overflow-y: auto; +} + +.octocat:hover .octocat-arm { + animation: wave-arm .56s infinite; + transform-origin: 13rem 10.6rem +} +.octocat .octocat-arm, .octocat .octocat-body { + fill: #f4f5f6 +} +@keyframes wave-arm { + 0%, 50% {transform: rotate(0)} + 25%, 75% {transform: rotate(-25deg)} } \ No newline at end of file diff --git a/nav.php b/nav.php index 15b0fcd..2b8d464 100644 --- a/nav.php +++ b/nav.php @@ -44,5 +44,6 @@ +