From 67918b6096dece581fd6e3f2a020bd8b8f401ad6 Mon Sep 17 00:00:00 2001 From: Nielsen Ramon Date: Tue, 14 Feb 2017 15:07:56 +0100 Subject: [PATCH] Put back styling on share icons --- _assets/stylesheets/modules/_articles.scss | 13 ++++++++----- _layouts/post.html | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) 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 }}

- +