File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/argus/htmx/templates/htmx/incident Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1+ Fixed color contrast for incident tags badges (temporary fix)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h2 class="card-title pl-8">Status</h2>
3535 < h2 class ="card-title pl-8 "> Tags</ h2 >
3636 < p class ="card-body flex-row flex-wrap gap-0.5 ">
3737 {% for tag in incident.deprecated_tags %}
38- < span class ="badge badge-neutral badge-outline h-auto text-wrap break-all text-center text-xs ">
38+ < span class ="badge badge-neutral-content badge-outline h-auto text-wrap break-all text-center text-xs ">
3939 {# djlint:off #}
4040 {{ tag.key }}{{ tag.TAG_DELIMITER }}{% if tag.value|is_valid_url %}< a href ="{{ tag.value }} " target ="_blank " rel ="noreferrer "> {{ tag.value }}</ a > {% else %}{{ tag.value }}{% endif %}
4141 {# djlint:on #}
You can’t perform that action at this time.
0 commit comments