Skip to content

Conversation

@mikelei8291
Copy link
Contributor

  • Add Telegram sharing
  • Change sharing icon background color to their brand color (I cannot find the main color of Sina Weibo, so no change for it)

@Kenshin
Copy link
Owner

Kenshin commented Sep 25, 2017

感谢 pr ~ 👍

不过,我正在开发 1.0.4,这里的代码与功能会有变动,暂时无法 pr master 的分支内容。

虽然 telegram 的分享无法使用,但可以通过自定义样式来更改颜色,效果如下:
image

代码如下:

fab li#share_twitter a {
    background-color: #1DA1F2 !important;
}

fab li#share_facebook a {
    background-color: #3B5998 !important;
}

fab li#share_gplus a {
    background-color: #DD4B39 !important;
}

加入方式,请看 自定义样式

@mikelei8291
Copy link
Contributor Author

谢谢回复,是我忘了开新分支再pr,抱歉
这个pr我先关掉好了

@Kenshin
Copy link
Owner

Kenshin commented Sep 25, 2017

okay,其实我也忘记说了,因为我使用了 git flow 的流程管理分支,如果需要 pr 的话,使用 develop 就行,这样我在开发完,直接 merge 你的分支就行了。 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants