Skip to content

Commit ac6b21b

Browse files
committed
update color
1 parent b76ff0a commit ac6b21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vocabulary_theme/templates/blog-post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h5 class="title">Posts in the {{ series.name }} series</h5>
5757
<ul class="posts">
5858
{% for post in series.children.order_by('pub_date') %}
5959
{% if post.path==this.path %}
60-
<li>
60+
<li class="has-color-dark-slate-gray">
6161
<i class="icon circle-filled"></i>{{ post.title }}
6262
</li>
6363
{% else %}

0 commit comments

Comments
 (0)