feature(share): support 28 kinds of share links

This commit is contained in:
Dillon
2020-02-18 02:53:07 +08:00
parent ad4655ce6a
commit 434f8fa676
18 changed files with 397 additions and 202 deletions

View File

@@ -31,20 +31,23 @@
}
}
.post-info-md
a {
font-size: 0.8em;
color: $single-link-color;
.post-info-md {
width: 8rem;
.dark-theme & {
color: $single-link-color-dark;
}
&:hover {
color: $single-link-hover-color;
a {
font-size: 0.8rem;
color: $single-link-color;
.dark-theme & {
color: $single-link-hover-color-dark;
color: $single-link-color-dark;
}
&:hover {
color: $single-link-hover-color;
.dark-theme & {
color: $single-link-hover-color-dark;
}
}
}
}

File diff suppressed because one or more lines are too long

View File

@@ -8,3 +8,4 @@ typeit@6.5.1
aplayer@1.10.1
meting@2.0.1
smooth-scroll@16.1.2
sharer@0.4.0

1
assets/js/lib/sharer/sharer.min.js vendored Normal file

File diff suppressed because one or more lines are too long