Skip to content

Commit

Permalink
fixed: zeit themes fixes
Browse files Browse the repository at this point in the history
* fixed share link color on scorecard posts
  • Loading branch information
nistormihai committed Apr 8, 2016
1 parent 5613a0b commit 8982f23
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions plugins/embed/gui-themes/themes/zeit-solo/liveblog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div data-gimme="post.share-social" class="share-box" style="visibility:hidden">
<span><a href="#" class="social facebook" title="_('Share this post on Facebook');" data-gimme="fb">Facebook</a></span>
<span><a href="#" class="social twitter" title="_('Share this post on Twitter');" data-gimme="twt">Twitter</a></span>
<span class="whatsapp"><a href="{whatsappurl}" class="social" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
<span class="whatsapp-wrap"><a href="{whatsappurl}" class="social whatsapp" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
{#showLin}<span><a href="#" class="social linkedin" title="_('Share this post on Linkedin');" data-gimme="lin">LinkedIn</a></span>{/showLin}
{#showPin}<span><a href="#" class="social pinterest" title="_('Share this post on Pinterest');" data-gimme="pin">Pinterest</a></span>{/showPin}
{#showGoogle}<span><a href="#" class="social google" title="_('Share this post on Google+');" data-gimme="ggl">Google +</a></span>{/showGoogle}
Expand Down
8 changes: 4 additions & 4 deletions plugins/embed/gui-themes/themes/zeit/liveblog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div data-gimme="post.share-social" class="share-box" style="visibility:hidden">
<span><a href="#" class="social facebook" title="_('Share this post on Facebook');" data-gimme="fb">Facebook</a></span>
<span><a href="#" class="social twitter" title="_('Share this post on Twitter');" data-gimme="twt">Twitter</a></span>
<span class="whatsapp"><a href="{whatsappurl}" class="social" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
<span class="whatsapp-wrap"><a href="{whatsappurl}" class="social whatsapp" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
{#showLin}<span><a href="#" class="social linkedin" title="_('Share this post on Linkedin');" data-gimme="lin">LinkedIn</a></span>{/showLin}
{#showPin}<span><a href="#" class="social pinterest" title="_('Share this post on Pinterest');" data-gimme="pin">Pinterest</a></span>{/showPin}
{#showGoogle}<span><a href="#" class="social google" title="_('Share this post on Google+');" data-gimme="ggl">Google +</a></span>{/showGoogle}
Expand Down

0 comments on commit 8982f23

Please sign in to comment.