Fix css matching

This commit is contained in:
clerie 2020-04-08 18:47:56 +02:00
parent 8d58a58aad
commit 44f23acadd
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,6 @@ footer a {
z-index: 900 !important;
}
.leaflet-container a.btn {
.leaflet-container a.btn:not([class*="btn-outline-"]) {
color: #fff;
}