Use secondary color in tag key table column
This commit is contained in:
parent
b5520a9b39
commit
183dd443b2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue