mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +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 {
|
||||
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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user