From f2955b945a273fae28f4b97fea6d3adde2269b60 Mon Sep 17 00:00:00 2001 From: Artur Basak Date: Mon, 7 Oct 2019 22:38:16 +0300 Subject: [PATCH] updates --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); }