diff --git a/source/css/_common/components/post/post-followme.styl b/source/css/_common/components/post/post-followme.styl index 0c09ac2..0e9332a 100644 --- a/source/css/_common/components/post/post-followme.styl +++ b/source/css/_common/components/post/post-followme.styl @@ -19,8 +19,8 @@ if (hexo-config('follow_me')) { .social-link { border: 0; - display: inline-block; - text-align: center; + // Make the hit area continious + display: block; .icon { font-size: 1.75em; @@ -36,6 +36,14 @@ if (hexo-config('follow_me')) { } } + span.social-link { + color: var(--link-color); + + &:hover { + color: var(--link-hover-color); + } + } + .social-item-img { display: none; left: 50%;