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