Skip to content

Commit

Permalink
fix: total count color (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Sep 23, 2024
1 parent 1f0c108 commit 3e081ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/unfold/helpers/welcomemsg.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 class="overflow-hidden text-ellipsis text-sm whitespace-nowrap xl:text-base
</span>

{% if cl and cl.full_result_count != cl.result_count %}
<span class="ml-2 text-sm">
<span class="font-medium ml-2 text-font-subtle-light text-sm dark:text-font-subtle-dark">
{% 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>)
</span>
{% endif %}
Expand Down

0 comments on commit 3e081ee

Please sign in to comment.