2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 10:35:27 +00:00

fix colors

This commit is contained in:
Matthias Mair
2022-04-22 20:54:36 +02:00
parent 1b55f83e96
commit dbbec51faa
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block">
{% for cat in plugin.categories %}
<span class="badge rounded-pill bg-warning">{{ cat }}</span>
<span class="badge rounded-pill bg-yellow-500">{{ cat }}</span>
{% endfor %}
{% for tag in plugin.tags %}
<span class="badge rounded-pill bg-info">{{ tag }}</span>
<span class="badge rounded-pill bg-blue-400">{{ tag }}</span>
{% endfor %}
</div>
<h3 class="mb-0">{{ plugin.name }}</h3>