]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag.html.erb
Merge remote-tracking branch 'upstream/pull/4823'
[rails.git] / app / views / browse / _tag.html.erb
index c0cdb5f9ae0def826762437953076a17982b1529..f2e34d879f88e4b44d1aafa41c3bc71d36832981 100644 (file)
@@ -1,4 +1,4 @@
 <tr>
-  <th class='py-1 border-grey table-light fw-normal' dir='auto'><%= format_key(tag[0]) %></th>
-  <td class='py-1 border-grey border-start' dir='auto'><%= format_value(tag[0], tag[1]) %></td>
+  <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>