Skip to content

Commit

Permalink
Adapt tags table to dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Apr 8, 2024
1 parent 5dc9fb3 commit 5f3ae31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/browse/_tag.html.erb
@@ -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 bg-body-tertiary 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>

0 comments on commit 5f3ae31

Please sign in to comment.