mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-21 19:32:34 +00:00
Fix span.social-link color
This commit is contained in:
parent
de453da840
commit
c09c78c36c
@ -19,8 +19,8 @@ if (hexo-config('follow_me')) {
|
|||||||
|
|
||||||
.social-link {
|
.social-link {
|
||||||
border: 0;
|
border: 0;
|
||||||
display: inline-block;
|
// Make the hit area continious
|
||||||
text-align: center;
|
display: block;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
font-size: 1.75em;
|
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 {
|
.social-item-img {
|
||||||
display: none;
|
display: none;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user