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:
parent
7af5bd3f2b
commit
cf99bef47b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue