Skip to content

Commit 3e081ee

Browse files
authored
fix: total count color (#765)
1 parent 1f0c108 commit 3e081ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/helpers/welcomemsg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="overflow-hidden text-ellipsis text-sm whitespace-nowrap xl:text-base
1010
</span>
1111

1212
{% if cl and cl.full_result_count != cl.result_count %}
13-
<span class="ml-2 text-sm">
13+
<span class="font-medium ml-2 text-font-subtle-light text-sm dark:text-font-subtle-dark">
1414
{% blocktranslate count counter=cl.result_count %}{{ counter }} result{% plural %}{{ counter }} results{% endblocktranslate %} (<a href="?{% if cl.is_popup %}_popup=1{% endif %}">{% if cl.show_full_result_count %}{% blocktranslate with full_result_count=cl.full_result_count %}{{ full_result_count }} total{% endblocktranslate %}{% else %}{% translate "Show all" %}{% endif %}</a>)
1515
</span>
1616
{% endif %}

0 commit comments

Comments
 (0)