1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_layouts/repo.html: make the "No packages" text gray.

This commit is contained in:
Henrik Hautakoski 2019-10-11 14:00:15 +02:00
parent 7af5bd3f2b
commit cf99bef47b

View file

@ -38,7 +38,7 @@ $ sudo apt-add-repository -y 'deb [arch=amd64] {{site.apt.url}}/{{repo}} bionic
{% endfor %}
</table>
{% else %}
<p>No packages</p>
<p class="text-gray-light">No packages</p>
{% endif %}
{% endfor %}