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, #map,
#qsomap { #qsomap,
#mapqso,
#gridsquare_map,
#custommap {
background-color: #2e3e50; background-color: #2e3e50;
} }

查看文件

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

查看文件

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

查看文件

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