Leaflet.Legend icon indicating copy to clipboard operation
Leaflet.Legend copied to clipboard

Css color

Open DGrv opened this issue 1 year ago • 0 comments

Hi :)

Thanks for your great work. I would suggest to add a default color to the title of the legend and the item in the css. However the best would be to choose the color via the Option :)

Here just what I add to change to overwrite my body's default color.


.leaflet-legend-title {
  color: #000;
}


.leaflet-legend-item {
  color: #000;
}

Thanks for considering.

DGrv avatar Dec 13 '22 23:12 DGrv