Use secondary color in tag key table column

This commit is contained in:
Anton Khorev 2024-04-14 17:32:35 +03:00
parent b5520a9b39
commit 183dd443b2

View file

@ -1,4 +1,4 @@
<tr>
<th class='py-1 border-secondary-subtle table-light fw-normal' dir='auto'><%= format_key(tag[0]) %></th>
<th class='py-1 border-secondary-subtle table-secondary fw-normal' dir='auto'><%= format_key(tag[0]) %></th>
<td class='py-1 border-secondary-subtle border-start' dir='auto'><%= format_value(tag[0], tag[1]) %></td>
</tr>