reduce highlight map line on dark theme

This commit is contained in:
abarrau 2023-12-02 07:50:37 +01:00
parent e19f9bcd07
commit c4e18035ca
4 changed files with 19 additions and 7 deletions

View File

@ -47,7 +47,10 @@ path.grid-worked {
}
#map,
#qsomap {
#qsomap,
#mapqso,
#gridsquare_map,
#custommap {
background-color: #2e3e50;
}

View File

@ -41,8 +41,11 @@ path.grid-worked {
}
#map,
#qsomap {
background-color: #000;
#qsomap,
#mapqso,
#gridsquare_map,
#custommap {
background-color: #2d3537;
}
.leaflet-popup-content h3 {

View File

@ -59,8 +59,11 @@ path.grid-worked {
}
#map,
#qsomap {
background-color: #222;
#qsomap,
#mapqso,
#gridsquare_map,
#custommap {
background-color: #343d3f;
}
/*

View File

@ -47,8 +47,11 @@ path.grid-worked {
}
#map,
#qsomap {
background-color: #2e3e50;
#qsomap,
#mapqso,
#gridsquare_map,
#custommap {
background-color: #353c4a;
}
/*