From c09c78c36cac623a88ecf065b1b880438f4139ee Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Sat, 12 Nov 2022 11:28:37 +0800 Subject: [PATCH] Fix span.social-link color --- .../css/_common/components/post/post-followme.styl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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%;