mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Compare commits
2 Commits
7708adbf30
...
b48ea68bf7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b48ea68bf7 | ||
![]() |
c62644759c |
@ -18,7 +18,7 @@ platforms:
|
|||||||
#
|
#
|
||||||
# - type: Linkedin
|
# - type: Linkedin
|
||||||
# icon: "fab fa-linkedin"
|
# icon: "fab fa-linkedin"
|
||||||
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
|
# link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
|
||||||
#
|
#
|
||||||
# - type: Weibo
|
# - type: Weibo
|
||||||
# icon: "fab fa-weibo"
|
# icon: "fab fa-weibo"
|
||||||
|
@ -31,7 +31,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
%tag-hover {
|
%tag-hover {
|
||||||
|
@extend %link-color;
|
||||||
|
|
||||||
background: var(--tag-hover);
|
background: var(--tag-hover);
|
||||||
|
border-color: var(--tag-hover);
|
||||||
transition: background 0.35s ease-in-out;
|
transition: background 0.35s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,9 +143,7 @@ header {
|
|||||||
|
|
||||||
.post-tag {
|
.post-tag {
|
||||||
&:hover {
|
&:hover {
|
||||||
@extend %link-hover;
|
|
||||||
@extend %tag-hover;
|
@extend %tag-hover;
|
||||||
@extend %no-bottom-border;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user