File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/unfold/templates/unfold/helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments