diff --git a/_assets/stylesheets/modules/_articles.scss b/_assets/stylesheets/modules/_articles.scss index 0257be1f2..129596f6a 100644 --- a/_assets/stylesheets/modules/_articles.scss +++ b/_assets/stylesheets/modules/_articles.scss @@ -181,12 +181,15 @@ margin-top: -4px; a { display: inline-block; - margin-right: 10px; - font-size: 18px; - color: $gray-light; + margin-right: 12px; vertical-align: middle; - &:hover { - color: $gray-dark; + svg { + vertical-align: middle; + transition: fill $base-transition-speed linear; + fill: $gray-light; + } + &:hover svg { + fill: $gray-dark; } } } diff --git a/_layouts/post.html b/_layouts/post.html index af6a8ad5d..36984aa48 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -45,7 +45,7 @@

{{ page.title }}

- +