From abb923382c8a1a78aee45ce9a0a5e78b167ded51 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:28:06 +0100 Subject: [PATCH] Enable dark mode attribution font color Increases the specificity of the dark mode attribution selector. This makes it overwrite Leaflet's default link selector. --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 31ce7dd28..027e6e6a3 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -507,7 +507,7 @@ body.small-nav { filter: brightness(.8); } - .leaflet-control-attribution a { + .leaflet-container .leaflet-control-attribution a { color: var(--bs-link-color); } -- 2.39.5