reduce highlight map line on dark theme

这个提交包含在:
abarrau 2023-12-02 07:50:37 +01:00
父节点 e19f9bcd07
当前提交 c4e18035ca
共有 4 个文件被更改,包括 19 次插入7 次删除

查看文件

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

查看文件

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

查看文件

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

查看文件

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