]> git.openstreetmap.org Git - rails.git/commitdiff
Use emphasis color for osm logo text
authorAnton Khorev <tony29@yandex.ru>
Mon, 8 Apr 2024 22:45:56 +0000 (01:45 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 8 Apr 2024 22:47:59 +0000 (01:47 +0300)
app/views/layouts/_header.html.erb

index 6a926d69247317cbad1f556a21559c1b786cded5..cb220612fe6d9d73b7008063bd5de3492aa58b3f 100644 (file)
@@ -1,6 +1,6 @@
 <header class="d-flex text-nowrap closed">
   <h1 class="m-0 fw-semibold">
-    <a href="<%= root_path %>" class="text-black text-decoration-none geolink">
+    <a href="<%= root_path %>" class="text-body-emphasis text-decoration-none geolink">
       <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :width => 30, :height => 30, :class => "logo" %>
       <%= t "layouts.project_name.h1" %>
     </a>