diff --git a/index.html b/index.html index 0f91eda..c5fdf8d 100644 --- a/index.html +++ b/index.html @@ -117,14 +117,14 @@ transition: transform 0.2s ease-out; } - .github-link:focus, - .github-link:hover { + .github-link a:focus, + .github-link a:hover { text-shadow: 0 0 .2em, 0 0 .4em; cursor: pointer; } - .github-link:hover img, - .github-link:focus img { + .github-link a:hover img, + .github-link a:focus img { transform: rotate(-5deg); }