]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag.html.erb
Replace border-grey css class with border-secondary-subtle
[rails.git] / app / views / browse / _tag.html.erb
index c0cdb5f9ae0def826762437953076a17982b1529..578dc8b59e3332b404ec1ce202afe1030054bc70 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-light 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>