From 5fb81ff50be2382f1d1228c7e36acc9986e519cf Mon Sep 17 00:00:00 2001 From: doudoudzj Date: Tue, 11 Dec 2018 19:47:18 +0800 Subject: [PATCH] add octocat icon link to repository --- css/style.css | 12 ++++++++++++ nav.php | 1 + 2 files changed, 13 insertions(+) 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 @@ +