Skip to content

Commit

Permalink
fix(curtanta): wrong style define for external indicator in post list
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 5, 2017
1 parent 753e4c1 commit dc9831c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/_includes/themes/curtana/includes/page-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
style="background: {{ post.scheme-bg }};"
{% endif %}
{% elsif post.scheme-link %}
style="color: {{ post.scheme-link }};"
style="background: {{ post.scheme-link }};"
{% endif %}
{% endcapture %}

Expand Down

0 comments on commit dc9831c

Please sign in to comment.