mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +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 %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>No packages</p>
|
<p class="text-gray-light">No packages</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue