]> git.openstreetmap.org Git - rails.git/commitdiff
Fix header background
authorAnton Khorev <tony29@yandex.ru>
Wed, 10 Apr 2024 21:39:57 +0000 (00:39 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 10 Apr 2024 21:39:57 +0000 (00:39 +0300)
app/views/layouts/_header.html.erb

index eeed7de4229feb00cbb4cedc680b427f89272765..d5b6a9e01a4e303b7637f38681dbea1c6190553c 100644 (file)
@@ -1,4 +1,4 @@
-<header class="d-flex text-nowrap closed">
+<header class="d-flex bg-body text-nowrap closed">
   <h1 class="m-0 fw-semibold">
     <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" %>