]> git.openstreetmap.org Git - rails.git/commitdiff
Enable dark mode attribution font color
authorMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Sun, 17 Nov 2024 14:28:06 +0000 (15:28 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Nov 2024 14:28:06 +0000 (15:28 +0100)
Increases the specificity of the dark mode attribution selector. This makes it overwrite Leaflet's default link selector.

app/assets/stylesheets/common.scss

index 31ce7dd28a2e15f4645b4263e30a4eae99bed57f..027e6e6a34f08724d9e9786d74dae511de477305 100644 (file)
@@ -507,7 +507,7 @@ body.small-nav {
     filter: brightness(.8);
   }
 
     filter: brightness(.8);
   }
 
-  .leaflet-control-attribution a {
+  .leaflet-container .leaflet-control-attribution a {
     color: var(--bs-link-color);
   }
 
     color: var(--bs-link-color);
   }