From dc9831c1396806a0f8ce0055adb0bdadc249dd52 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 5 Jan 2017 21:43:17 +0800 Subject: [PATCH] fix(curtanta): wrong style define for external indicator in post list --- _app/_includes/themes/curtana/includes/page-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_app/_includes/themes/curtana/includes/page-item.html b/_app/_includes/themes/curtana/includes/page-item.html index 1b3278988..8681bd791 100644 --- a/_app/_includes/themes/curtana/includes/page-item.html +++ b/_app/_includes/themes/curtana/includes/page-item.html @@ -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 %}