Fix span.social-link color

This commit is contained in:
Mimi 2022-11-12 11:28:37 +08:00
parent de453da840
commit c09c78c36c

View File

@ -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%;