]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag.html.erb
Use secondary color in tag key table column
[rails.git] / app / views / browse / _tag.html.erb
index 578dc8b59e3332b404ec1ce202afe1030054bc70..f2e34d879f88e4b44d1aafa41c3bc71d36832981 100644 (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>