From b3aa9ad8d52c11418f03bfc6671b6ea97a711a7e Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Wed, 22 Jul 2015 01:31:08 -0400 Subject: [PATCH] add fill transition --- _sass/_resume.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_sass/_resume.scss b/_sass/_resume.scss index ae05551..0644e1b 100644 --- a/_sass/_resume.scss +++ b/_sass/_resume.scss @@ -70,7 +70,13 @@ margin-left: 5px; } - .icon-link { display: inline-block; } + .icon-link { display: inline-block; + + &:hover .icon path { + fill: #333; + @include transition(all .2s ease); + } + } } .contact-button {